[Wgui-cvs] wgui/src wg_textbox.cpp,1.29,1.30
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-08-03 20:11:09
|
Update of /cvsroot/wgui/wgui/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1611/src Modified Files: wg_textbox.cpp Log Message: kinda fixes a crash bug in the menus for the testapp. Index: wg_textbox.cpp =================================================================== RCS file: /cvsroot/wgui/wgui/src/wg_textbox.cpp,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** wg_textbox.cpp 3 Aug 2004 15:30:16 -0000 1.29 --- wg_textbox.cpp 3 Aug 2004 20:11:01 -0000 1.30 *************** *** 279,284 **** m_ClientRect = m_WindowRect.SizeRect(); m_ClientRect.Grow(-3); - // m_pVerticalScrollBar->SetWindowRect(CRect(m_ClientRect.Right() - 12, -m_ClientRect.Top(), m_ClientRect.Right(), m_ClientRect.Bottom() - 12)); - // m_pHorizontalScrollBar->SetWindowRect(CRect(-m_ClientRect.Left(), m_ClientRect.Bottom() - 12, m_ClientRect.Right() - 12, m_ClientRect.Bottom())); UpdateScrollBars(); } --- 279,282 ---- |