개정판 8afe221b
fix end break
Change-Id: I370f59a0631457e0adc550eaece17a782abd42b1
DTI_PID/DTI_PID/LineNoTracer.py | ||
---|---|---|
130 | 130 |
if not is_trim: |
131 | 131 |
line_matches = [x for x in self._lines if x.owner and \ |
132 | 132 |
line.is_connected(x, QEngineeringAbstractItem.CONNECTED_AT_BODY) and x not in end_break_components] |
133 |
symbol_matches = [x for x in self._symbols if x.owner and line.is_connected(x)]# and x.canBeSecondary(line)] |
|
133 |
symbol_matches = [x for x in self._symbols if x.owner and line.is_connected(x) and x not in end_break_components]# and x.canBeSecondary(line)]
|
|
134 | 134 |
else: |
135 | 135 |
line_matches = [x for x in self._lines if x.owner and type(x.owner) is QEngineeringTrimLineNoTextItem and \ |
136 | 136 |
line.is_connected(x, QEngineeringAbstractItem.CONNECTED_AT_BODY) and x not in end_break_components] |
내보내기 Unified diff