개정판 2b3b5adb
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