개정판 1f0ae149
issue #000: fix line place
Change-Id: I6188bfeaa7704fef3a4f1b06ce1dea77e5263486
DTI_PID/DTI_PID/MainWindow.py | ||
---|---|---|
1326 | 1326 |
def onCommandRejected(self, cmd): |
1327 | 1327 |
try: |
1328 | 1328 |
if type(cmd) is PlaceLineCommand.PlaceLineCommand: |
1329 |
self.graphicsView.scene.removeItem(self.actionLine.tag._polyline) |
|
1329 |
#self.graphicsView.scene.removeItem(self.actionLine.tag._polyline)
|
|
1330 | 1330 |
self.graphicsView.scene.update() |
1331 | 1331 |
self.actionLine.tag.reset() |
1332 | 1332 |
|
내보내기 Unified diff