editors/Viewer.py
changeset 1764 d5df428640ff
parent 1763 bcc07ff2362c
child 1766 c1e5b9f19483
--- a/editors/Viewer.py	Thu Aug 17 14:27:06 2017 +0300
+++ b/editors/Viewer.py	Thu Aug 17 15:43:25 2017 +0300
@@ -1497,8 +1497,8 @@
                 wire.EndConnected = end_connector
                 connected.RefreshConnectors()
                 self.AddWire(wire)
-                if selection is not None and (\
-                   selection[1].get((id, refLocalId), False) or \
+                if selection is not None and (
+                   selection[1].get((id, refLocalId), False) or
                    selection[1].get((refLocalId, id), False)):
                     self.SelectInGroup(wire)
             else: