[commit] r1536 - trunk/GME/Gme
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Sep 14 15:56:32 CDT 2011
Author: ksmyth
Date: Wed Sep 14 15:56:32 2011
New Revision: 1536
Log:
Note slowness
Modified:
trunk/GME/Gme/GMEView.cpp
Modified: trunk/GME/Gme/GMEView.cpp
==============================================================================
--- trunk/GME/Gme/GMEView.cpp Wed Sep 14 15:56:21 2011 (r1535)
+++ trunk/GME/Gme/GMEView.cpp Wed Sep 14 15:56:32 2011 (r1536)
@@ -2015,6 +2015,7 @@
CGuiObject* obj = fco->dynamic_cast_CGuiObject();
if(obj && obj->IsVisible()) {
if(obj->GetRouterBox()) // it may be a new object not yet routed
+ // FIXME: so slow. Can't we just create a new router?
obj->RemoveFromRouter(router);
}
delete obj;
More information about the gme-commit
mailing list