[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
- Previous message: [GME-commit]
GMESRC/Install Class.idt, 1.3, 1.4 Component.idt, 1.36,
1.37 FeatureComponents.idt, 1.27, 1.28 File.idt, 1.40,
1.41 ISComponentExtended.idt, 1.28, 1.29 ProgId.idt, 1.9,
1.10 Registry.idt, 1.23, 1.24
- Next message: [GME-commit] GMESRC/Doc README_in.txt,1.59,1.60
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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);
}
- Previous message: [GME-commit]
GMESRC/Install Class.idt, 1.3, 1.4 Component.idt, 1.36,
1.37 FeatureComponents.idt, 1.27, 1.28 File.idt, 1.40,
1.41 ISComponentExtended.idt, 1.28, 1.29 ProgId.idt, 1.9,
1.10 Registry.idt, 1.23, 1.24
- Next message: [GME-commit] GMESRC/Doc README_in.txt,1.59,1.60
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list