# HG changeset patch # User Laurent Bessard # Date 1370470942 -7200 # Node ID 137fd7e7b1025705e1d56981d1b0061c52daad89 # Parent b1be490594af038922714a5d2ee1d4020aaabbad Fixed typo in Viewer diff -r b1be490594af -r 137fd7e7b102 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()