프로젝트

일반

사용자정보

개정판 2b3b5adb

ID2b3b5adb62ad83a826beb44b220d892bcb2b16bd
상위 7dad8d6d
하위 f02aefaf

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

add line overlapping error

Change-Id: Ic3d9b23838dd074a252c3c0ac9c680b0c4718cce

차이점 보기:

DTI_PID/DTI_PID/Shapes/SymbolSvgItem.py
267 267
                    errors.append(error)
268 268

  
269 269
            # check if symbol size if 0
270
            # no more used
271
            '''
270 272
            if self.size[0] == 0 or self.size[1] == 0:
271 273
                error = SymbolSvgItem.createItem('Error', None, dataPath)
272 274
                error.parent = self
......
275 277
                error.area = 'Drawing'
276 278
                error.name = 'Error'
277 279
                errors.append(error)
280
            '''
278 281

  
279 282
            # check if association item's owner exists
280 283
            for assoc in self.associations():

내보내기 Unified diff