개정판 d9ea4412
fix spec break copy
Change-Id: I9592c42b80878d34871502e78012aa587c85d9a9
DTI_PID/DTI_PID/QtImageViewerScene.py | ||
---|---|---|
150 | 150 |
if type(svg) is QEngineeringSpecBreakItem: |
151 | 151 |
specBreakAttrsFull = [attr for attr in app_doc_data.getSymbolAttribute('Segment Breaks') if attr.AttributeType == 'Spec' or attr.AttributeType == 'String'] |
152 | 152 |
|
153 |
from_attrs = item.getAttributes()
|
|
153 |
from_attrs = item.attrs
|
|
154 | 154 |
to_attrs = svg.getAttributes() |
155 | 155 |
|
156 | 156 |
for key in from_attrs.keys(): |
내보내기 Unified diff