개정판 d980e331
issue #000: fix note
Change-Id: I03d2b6dc3d23715f4308870bb1d804eb62b4cbfc
DTI_PID/DTI_PID/TextItemFactory.py | ||
---|---|---|
276 | 276 |
if 1 == len(configs) and configs[0].value: |
277 | 277 |
symbol_names = configs[0].value.split(',') |
278 | 278 |
for symbol in appDocData.symbols: |
279 |
if symbol.name in symbol_names and symbol.includes(textInfo.center): |
|
279 |
if symbol.name in symbol_names and symbol.includes(textInfo.center) and '"' not in textInfo._text:
|
|
280 | 280 |
item = QEngineeringNoteItem(symbol=symbol) |
281 | 281 |
#symbol.add_assoc_item(item) |
282 | 282 |
item.owner = symbol |
내보내기 Unified diff