프로젝트

일반

사용자정보

개정판 d061e6ee

IDd061e6ee744664b75c900a271dd6e46d3a979eb9
상위 bbcf500e
하위 5a2c5e58

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

issue #1190: 열기 - Text의 갯수를 계산하는 로직 수정

Change-Id: Idfee78e1db37adc348dae9f3f09ceaf0bbe82451

차이점 보기:

DTI_PID/DTI_PID/MainWindow.py
2589 2589
            
2590 2590
            maxValue = 0
2591 2591
            maxValue = maxValue + len(list(root.iter('SYMBOL')))
2592
            maxValue = maxValue + len(list(root.iter('ATTRIBUTE')))
2592
            maxValue = maxValue + len(list(root.iterfind('TEXTINFOS/ATTRIBUTE')))
2593
            maxValue = maxValue + len(list(root.iterfind('NOTES/ATTRIBUTE')))
2593 2594
            maxValue = maxValue + len(list(root.iter('LINE_NO')))
2594 2595
            maxValue = maxValue + len(list(root.iter('LINE')))
2595 2596
            maxValue = maxValue + len(list(root.iter('UNKNOWN')))

내보내기 Unified diff

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