diff -r bcc07ff2362c -r d5df428640ff editors/Viewer.py --- 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: