beremiz

Fixed typo in Viewer

2013-06-06, Laurent Bessard
137fd7e7b102
Parents b1be490594af
Children 5a4c5724788e
Fixed typo in Viewer
--- 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()