[GME-commit] GMESRC/GME/Gme GMEView.cpp,1.191,1.192

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu Mar 15 16:00:17 CST 2007


Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv26860

Modified Files:
	GMEView.cpp 
Log Message:
When cycling thru aspects change the PartBrw accordingly.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: GMEView.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GMEView.cpp,v
retrieving revision 1.191
retrieving revision 1.192
diff -C2 -d -r1.191 -r1.192
*** GMEView.cpp	13 Mar 2007 18:54:20 -0000	1.191
--- GMEView.cpp	15 Mar 2007 22:00:14 -0000	1.192
***************
*** 7390,7393 ****
--- 7390,7396 ----
  
  	ChangeAspect( (currentAspect->index + 1) % aspNum);
+ 	// statement above changes the currentAspect->index to the new value
+ 	if( CMainFrame::theInstance)
+ 		CMainFrame::theInstance->ChangePartBrowserAspect( currentAspect->index);
  }
  



More information about the GME-commit mailing list