개정판 6bfb459a
issue #000: 1028
Change-Id: Id7bba24f4b67d2d3169592d2fa5d5409ac41528a
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 |
item.owner = symbol |
282 | 282 |
break |
내보내기 Unified diff