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()