프로젝트

일반

사용자정보

개정판 8ed7a686

ID8ed7a68662018a478fe15f89f48c4fc8f22c071f
상위 86cfc1a9
하위 52f99baf

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

issue #000: fix line place

Change-Id: Ic6959cb06086337d3fb7fdcc3df58e3002e66112

차이점 보기:

DTI_PID/DTI_PID/MainWindow.py
2108 2108
                if not self.actionLine.tag.line_type:
2109 2109
                    line_type = self.lineComboBox.currentText()
2110 2110
                else:
2111
                    if not (QEngineeringLineItem.check_piping(self.actionLine.tag.line_type) ^ QEngineeringLineItem.check_piping(self.lineComboBox.currentText())):
2111
                    if self.lineComboBox.currentText() == 'Connect To Process':
2112
                        line_type = self.lineComboBox.currentText()
2113
                    elif not (QEngineeringLineItem.check_piping(self.actionLine.tag.line_type) ^ QEngineeringLineItem.check_piping(self.lineComboBox.currentText())):
2112 2114
                        line_type = self.lineComboBox.currentText()
2113 2115
                    else:
2114 2116
                        line_type = self.actionLine.tag.line_type

내보내기 Unified diff

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