프로젝트

일반

사용자정보

개정판 1bf89cc0

ID1bf89cc0ea46eea914742652a4533c40d9e3e50e
상위 74b7456f
하위 0dd2dab1, 41af73f9

백흠경이(가) 6년 이상 전에 추가함

fixed issue #641:
- fixed an error show progress after reaching to 100%

차이점 보기:

DTI_PID/DTI_PID/MainWindow.py
734 734
                        self.loadRecognitionResultFromXml(path)
735 735
                        self.checkAttribute()
736 736
                finally:
737
                    self.progress.setValue(100)
737
                    self.progress.setValue(self.progress.maximum())
738 738
                    self.progress.hide()
739 739
        except Exception as ex:
740 740
            message = 'error occured({}) in {}:{}'.format(ex, sys.exc_info()[-1].tb_frame.f_code.co_filename, sys.exc_info()[-1].tb_lineno)

내보내기 Unified diff

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