개정판 e0a734a3
issue #563: fix
Change-Id: I555d9d60a24aa968c393cf9c914bd1a0faf98c31
DTI_PID/DTI_PID/LineNoTracer.py | ||
---|---|---|
211 | 211 |
line_no._fixed = True |
212 | 212 |
elif _from and not _to and (type(_from) is QEngineeringLineItem or issubclass(type(_from), SymbolSvgItem)): |
213 | 213 |
_from.owner = line_no |
214 |
line_no._fixed = True |
|
214 |
line_no.set_property('To', None) |
|
215 |
line_no._fixed = True if len([conn for conn in _from.connectors if conn.connectedItem]) == 1 else False |
|
215 | 216 |
else: |
216 | 217 |
line_no.set_property('From', None) |
217 | 218 |
line_no.set_property('To', None) |
내보내기 Unified diff