개정판 e0b1e0f0
issue #000 set sym attr item uid
Change-Id: I90ba7c5d5cf03115251eaef161b54927aca4310e
DTI_PID/DTI_PID/Shapes/SymbolSvgItem.py | ||
---|---|---|
315 | 315 |
elif assoc: |
316 | 316 |
res.append(assoc) |
317 | 317 |
|
318 |
for key in self.attrs.keys(): |
|
319 |
if type(key.AssocItem) is uuid.UUID: |
|
320 |
for assoc in res: |
|
321 |
if str(key.AssocItem) == str(assoc.uid): |
|
322 |
key.AssocItem = assoc |
|
323 |
|
|
318 | 324 |
return res |
319 | 325 |
|
320 | 326 |
def texts(self): |
내보내기 Unified diff