Fixed typo in Viewer
authorLaurent Bessard
Thu, 06 Jun 2013 00:22:22 +0200
changeset 1229 137fd7e7b102
parent 1228 b1be490594af
child 1230 5a4c5724788e
Fixed typo in Viewer
editors/Viewer.py
--- 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()