프로젝트

일반

사용자정보

개정판 e0a734a3

IDe0a734a35f0580bfb9418bdd8753debe570ff9ed
상위 f688d463
하위 ee44bddd

함의성이(가) 4년 이상 전에 추가함

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

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