개정판 64062d1a
issue #000: 0217
Change-Id: I44fe169eb54360030eb47c9a9c159f16fb3da9bf
DTI_PID/DTI_PID/Commands/HighlightCommand.py | ||
---|---|---|
95 | 95 |
self.imageViewer.updateViewer(QRectF(topLeft.x(), topLeft.y(), bottomRight.x() - topLeft.x(), |
96 | 96 |
bottomRight.y() - topLeft.y())) |
97 | 97 |
|
98 |
param.setSelected(True) |
|
99 |
param.update() |
|
100 |
|
|
101 | 98 |
if type(param) is QEngineeringLineNoTextItem: |
102 | 99 |
for run in param.runs: |
103 | 100 |
for item in run.items: |
104 | 101 |
item.setSelected(True) |
105 | 102 |
item.update() |
106 | 103 |
|
104 |
param.setSelected(True) |
|
105 |
param.update() |
|
106 |
|
|
107 | 107 |
def undo(self): |
108 | 108 |
pass |
109 | 109 |
|
내보내기 Unified diff