프로젝트

일반

사용자정보

개정판 323a10cc

ID323a10ccae07a6d782418d8b2b526a683fd3e638
상위 b455e930
하위 cfc4bf95

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

issue #538: preset batch run added

Change-Id: I872e9f518e8996ccafe4f6ebb2e7b8e4da212f9b

차이점 보기:

DTI_PID/DTI_PID/ReplaceSymbolDialog.py
173 173
                    replace_symbol = table.item(index, 2).text()
174 174
                    replace_action = table.item(index, 3).text()
175 175
                    condition = table.item(index, 4).text()
176
                    break
177 176

  
178
        cmd = ReplaceInsertCommand()
179
        cmd.display_message.connect(App.mainWnd().onAddMessage)
180
        cmd.execute(scene, find_symbol, replace_symbol, replace_action, condition, custom=custom)
177
                    cmd = ReplaceInsertCommand()
178
                    cmd.display_message.connect(App.mainWnd().onAddMessage)
179
                    cmd.execute(scene, find_symbol, replace_symbol, replace_action, condition, custom=custom)
180
        else:
181
            cmd = ReplaceInsertCommand()
182
            cmd.display_message.connect(App.mainWnd().onAddMessage)
183
            cmd.execute(scene, find_symbol, replace_symbol, replace_action, condition, custom=custom)
181 184

  
182 185
    def reject(self):
183 186
        """close a dialog"""

내보내기 Unified diff

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