[Wgui-cvs] wgui/src wg_listbox.cpp,1.50,1.51
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2006-01-27 17:33:19
|
Update of /cvsroot/wgui/wgui/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19665/src Modified Files: wg_listbox.cpp Log Message: Index: wg_listbox.cpp =================================================================== RCS file: /cvsroot/wgui/wgui/src/wg_listbox.cpp,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** wg_listbox.cpp 29 Dec 2005 13:46:19 -0000 1.50 --- wg_listbox.cpp 27 Jan 2006 17:33:08 -0000 1.51 *************** *** 55,59 **** this, CScrollBar::VERTICAL), m_pVScrollbar->SetMaxLimit(0); ! m_ClientRect = CRect(2, 2, m_WindowRect.Width() - 16, m_WindowRect.Height() - 4); m_BackgroundColor = COLOR_WHITE; CMessageServer::Instance().RegisterMessageClient(this, CMessage::KEYBOARD_KEYDOWN); --- 55,59 ---- this, CScrollBar::VERTICAL), m_pVScrollbar->SetMaxLimit(0); ! m_ClientRect = CRect(2, 2, m_WindowRect.Width() - 16, m_WindowRect.Height() - 2); m_BackgroundColor = COLOR_WHITE; CMessageServer::Instance().RegisterMessageClient(this, CMessage::KEYBOARD_KEYDOWN); |