개정판 441104ee
issue #000: fix xml open symbol attr again
Change-Id: I4b69e1565fe867a6699a4a98e7a7001fcd7fb460
DTI_PID/DTI_PID/Shapes/SymbolSvgItem.py | ||
---|---|---|
175 | 175 |
for assoc in self._associations[key]: |
176 | 176 |
# find owner with uid |
177 | 177 |
if assoc and type(assoc) is uuid.UUID: |
178 |
matches = [x for x in self.scene().items() if hasattr(x, 'uid') and x.uid == assoc]
|
|
178 |
matches = [x for x in self.scene().items() if hasattr(x, 'uid') and x.uid == str(assoc)]
|
|
179 | 179 |
if matches: res.append(matches[0]) # TODO: need to update association with instance |
180 | 180 |
# up to here |
181 | 181 |
elif assoc: |
내보내기 Unified diff