[GME-commit] GMESRC/GME/GMEActiveBrowser GMEActiveBrowserCtl.cpp, 1.19, 1.20

Log messages of CVS commits gme-commit at list.isis.vanderbilt.edu
Tue Jun 10 16:41:24 CDT 2008


Update of /project/gme-repository/GMESRC/GME/GMEActiveBrowser
In directory escher:/tmp/cvs-serv22235/GME/GMEActiveBrowser

Modified Files:
	GMEActiveBrowserCtl.cpp 
Log Message:
cosmetic fixes

CVS User:  (csaba)

Index: GMEActiveBrowserCtl.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/GMEActiveBrowser/GMEActiveBrowserCtl.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** GMEActiveBrowserCtl.cpp	2 Jun 2008 15:54:04 -0000	1.19
--- GMEActiveBrowserCtl.cpp	10 Jun 2008 21:41:22 -0000	1.20
***************
*** 244,248 ****
  void CGMEActiveBrowserCtrl::OnDraw( CDC* pdc, const CRect& rcBounds, const CRect& rcInvalid)
  {
! 	if (m_pPropFrame) {
  		m_pPropFrame->MoveWindow(rcBounds, TRUE);
  	} else {
--- 244,248 ----
  void CGMEActiveBrowserCtrl::OnDraw( CDC* pdc, const CRect& rcBounds, const CRect& rcInvalid)
  {
! 	if (m_pPropFrame != NULL) {
  		m_pPropFrame->MoveWindow(rcBounds, TRUE);
  	} else {
***************
*** 666,680 ****
  	COleControl::OnWindowPosChanged(lpwndpos);
  
- 	TRACE("Control WindowPosChanged: %d %d %d %d\n", lpwndpos->x, lpwndpos->y, lpwndpos->cx, lpwndpos->cy);
- 
- 	CRect wndRect;
- 	GetWindowRect(wndRect);
- 
- 	TRACE("Control WndRect after: %d %d %d %d\n", wndRect.left, wndRect.top, wndRect.Width(), wndRect.Height());
- 
  	CRect clientRect;
  	GetClientRect(clientRect);
- 
- 	TRACE("Control ClntRect after: %d %d %d %d\n", clientRect.left, clientRect.top, clientRect.Width(), clientRect.Height());
  
  	m_pPropFrame->MoveWindow(clientRect, TRUE);
--- 666,671 ----



More information about the GME-commit mailing list