[commit] r1544 - trunk/GME/Gme
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Sep 16 12:48:37 CDT 2011
Author: ksmyth
Date: Fri Sep 16 12:48:37 2011
New Revision: 1544
Log:
Dont need to refresh the gui if we set positions in regnodes
Modified:
trunk/GME/Gme/GMEView.cpp
Modified: trunk/GME/Gme/GMEView.cpp
==============================================================================
--- trunk/GME/Gme/GMEView.cpp Fri Sep 16 12:48:27 2011 (r1543)
+++ trunk/GME/Gme/GMEView.cpp Fri Sep 16 12:48:37 2011 (r1544)
@@ -78,6 +78,8 @@
if(view == 0)
return S_OK;
+ if (view->executingPendingRequests)
+ return S_OK;
CGMEView::inEventHandler = true;
switch(event) {
More information about the gme-commit
mailing list