개정판 c6752d6d
issue #641: fix load from xml speed
Change-Id: I5168b7cd64618fb7c9590029709fdcff968fc8cf
DTI_PID/DTI_PID/Shapes/EngineeringLineNoTextItem.py | ||
---|---|---|
388 | 388 |
|
389 | 389 |
item = TextItemFactory.instance().createTextItem(textInfo) |
390 | 390 |
if item is not None: |
391 |
item.setVisible(False) |
|
391 | 392 |
for prop_node in node.iter('PROPERTY'): |
392 | 393 |
matches = [prop for prop in item._properties.keys() if |
393 | 394 |
prop.Attribute == prop_node.attrib['Attribute']] |
내보내기 Unified diff