[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


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);
  }
  



More information about the GME-commit mailing list