프로젝트

일반

사용자정보

개정판 be574b6e

IDbe574b6e61567ce24caba18f19381ab83c87dec3
상위 94432810
하위 a9f40673

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

issue #643: fix text relace

Change-Id: I290ad444bc2538b33b30069964c940614296cc0f

차이점 보기:

DTI_PID/DTI_PID/TextItemEditDialog.py
87 87
        text_find = self.ui.lineEditFindText.text()
88 88
        replace = self.ui.lineEditReplaceText.text()
89 89
        model = self.ui.tableViewResult.model()
90
        if model.rowCount():
90
        if model and model.rowCount():
91 91
            messages = []
92 92
            for row in range(model.rowCount()):
93 93
                item = self.ui.tableViewResult.model().item(row, 0)

내보내기 Unified diff

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