[Wgui-cvs] wgui/src wg_view.cpp,1.33,1.34
Status: Beta
Brought to you by:
greenwire
|
From: Rob W. <gre...@us...> - 2004-04-23 19:38:55
|
Update of /cvsroot/wgui/wgui/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20009/src Modified Files: wg_view.cpp Log Message: wGui_ex clean up and minor stuff Index: wg_view.cpp =================================================================== RCS file: /cvsroot/wgui/wgui/src/wg_view.cpp,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** wg_view.cpp 13 Apr 2004 15:28:56 -0000 1.33 --- wg_view.cpp 23 Apr 2004 19:38:47 -0000 1.34 *************** *** 58,62 **** SetWindowRect( WindowRect ); SetWindowText( sTitle ); ! CApplication::Instance()->GetApplicationLog().AddLogEntry("Ceated new CView : " + sTitle, APP_LOG_INFO); } --- 58,62 ---- SetWindowRect( WindowRect ); SetWindowText( sTitle ); ! CApplication::Instance()->GetApplicationLog().AddLogEntry("Created new CView : " + sTitle, APP_LOG_INFO); } *************** *** 159,163 **** m_WindowRect.SetBottom(m_WindowRect.Top() + pResizeMessage->Value().YPos()); m_WindowRect.SetRight(m_WindowRect.Left() + pResizeMessage->Value().XPos()); ! m_ClientRect = CRect(m_ClientRect.Left(), m_ClientRect.Top(), m_WindowRect.Width(), m_WindowRect.Height()); m_ClientRect.ClipTo(m_WindowRect); --- 159,163 ---- m_WindowRect.SetBottom(m_WindowRect.Top() + pResizeMessage->Value().YPos()); m_WindowRect.SetRight(m_WindowRect.Left() + pResizeMessage->Value().XPos()); ! m_ClientRect = CRect(m_ClientRect.Left(), m_ClientRect.Top(), m_WindowRect.Width(), m_WindowRect.Height()); m_ClientRect.ClipTo(m_WindowRect); |