프로젝트

일반

사용자정보

개정판 89022c15

ID89022c159527d3d584193646aa0749a9263f718d
상위 770cadfb
하위 8440c4b6

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

fix line type error

Change-Id: Ib0fea7f26925f189898d5314eaa42fa868a2587d

차이점 보기:

DTI_PID/DTI_PID/Shapes/SymbolSvgItem.py
327 327
                    item = self.connectors[index].connectedItem
328 328
                    if item and type(item) is QEngineeringLineItem:
329 329
                        if ((self.conn_type[index] == 'Primary' or self.conn_type[index] == 'Secondary') and not item.is_piping()) or \
330
                                (not (self.conn_type[index] == 'Primary' or self.conn_type[index] == 'Secondary') and item.is_piping(True)):
330
                                (not (self.conn_type[index] == 'Primary' or self.conn_type[index] == 'Secondary' or self.conn_type[index] == 'Connect To Process') and item.is_piping(True)):
331 331
                            error = SymbolSvgItem.createItem('Error', None, dataPath)
332 332
                            error.setPosition(list(self.connectors[index].center()))
333 333
                            error.parent = self

내보내기 Unified diff