프로젝트

일반

사용자정보

개정판 6ecd216e

ID6ecd216e9abfb849bc1f340088e2e10197c493f3
상위 1b40ef45
하위 ba959d7e

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

fix relief size validation

Change-Id: I727a66fde18375cdda79fb0f82d633f1e9760d72

차이점 보기:

DTI_PID/DTI_PID/Shapes/EngineeringLineNoTextItem.py
1014 1014
                    for index in range(len(sizes) - 1):
1015 1015
                        if sizes[index][2] != sizes[index + 1][1]:
1016 1016
                            if type(sizes[index][0]) is not QEngineeringReducerItem and type(sizes[index + 1][0]) is not QEngineeringReducerItem \
1017
                                and (hasattr(sizes[index][0], 'iType') and type(sizes[index][0]).iType != 22) and \
1018
                                    (hasattr(sizes[index + 1][0], 'iType') and type(sizes[index + 1][0]) != 22):
1017
                                and (hasattr(sizes[index][0], 'iType') and sizes[index][0].iType != 22) and \
1018
                                    (hasattr(sizes[index + 1][0], 'iType') and sizes[index + 1][0].iType != 22):
1019 1019
                                size_errors.append(sizes[index][0])
1020 1020
                                size_errors.append(sizes[index + 1][0])
1021 1021

  

내보내기 Unified diff

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