editors/Viewer.py
changeset 1229 137fd7e7b102
parent 1228 b1be490594af
child 1233 5e6d0969bb5d
--- a/editors/Viewer.py	Thu Jun 06 00:16:03 2013 +0200
+++ b/editors/Viewer.py	Thu Jun 06 00:22:22 2013 +0200
@@ -1092,7 +1092,7 @@
                 self.loadInstance(instance, ids, selection)
         
         if (selection is not None and 
-            isinstance(self.SelectedElement, GraphicGroup)):
+            isinstance(self.SelectedElement, Graphic_Group)):
             self.SelectedElement.RefreshWireExclusion()
             self.SelectedElement.RefreshBoundingBox()