[GME-commit] GMESRC/GME/Gme ScrollZoomView.cpp,1.8,1.9
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed May 12 14:16:34 CDT 2004
- Previous message: [GME-commit] GMESRC/GME/Gme/res Toolbar.bmp,1.7,1.8
- Next message: [GME-commit] GMESRC/GME/Gme ScrollZoomView.cpp,1.9,1.10
PanningWindow.cpp,1.3,1.4 GMEView.cpp,1.145,1.146
GMEBrowser.cpp,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv21924
Modified Files:
ScrollZoomView.cpp
Log Message:
Fixed bug #61, attr change causes crash. Akos
CVS User: akos
Index: ScrollZoomView.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/ScrollZoomView.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** ScrollZoomView.cpp 7 May 2004 20:58:25 -0000 1.8
--- ScrollZoomView.cpp 12 May 2004 18:16:29 -0000 1.9
***************
*** 392,396 ****
CMainFrame* main = (CMainFrame*)AfxGetMainWnd();
! main->m_pannWin.SetViewRect(pannw);
}
--- 392,397 ----
CMainFrame* main = (CMainFrame*)AfxGetMainWnd();
! if(main)
! main->m_pannWin.SetViewRect(pannw);
}
- Previous message: [GME-commit] GMESRC/GME/Gme/res Toolbar.bmp,1.7,1.8
- Next message: [GME-commit] GMESRC/GME/Gme ScrollZoomView.cpp,1.9,1.10
PanningWindow.cpp,1.3,1.4 GMEView.cpp,1.145,1.146
GMEBrowser.cpp,1.27,1.28
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list