프로젝트

일반

사용자정보

개정판 1e6d354d

ID1e6d354d30e0b08876d02232ed6b98bfbb7fe3a0
상위 31aaca31
하위 dd835b7b

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

fix progress

Change-Id: I29b8c697509d8d183181be97aa70c48e77163bfe

차이점 보기:

DTI_PID/DTI_PID/Commands/LoadCommand.py
169 169
            if unknown:
170 170
                maxValue = maxValue + len(list(root.iter('UNKNOWN')))
171 171

  
172
            maxValue *= 5
172
            maxValue = maxValue * 5 + 10
173 173
            self.set_maximum.emit(maxValue) if maxValue > 0 else None
174 174

  
175 175
            if symbol:
......
439 439
            lines = []
440 440

  
441 441
            components = app_doc_data.get_components(drawing.UID)
442
            maxValue = len(components) * 5
442
            maxValue = len(components) * 5 + 10
443 443
            self.set_maximum.emit(maxValue) if maxValue > 0 else None
444 444

  
445 445
            if symbol:

내보내기 Unified diff

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