프로젝트

일반

사용자정보

개정판 8afe221b

ID8afe221b2a9e67aee6765d7eb5e9ca7717df0f8b
상위 68a6c046
하위 0d38d80c

함의성이(가) 약 2년 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)