Merge pull request #94 from JNKielmann/fixMoveRect
Fix moving RectBox with right click
This commit is contained in:
commit
8edbfb63d9
@ -222,9 +222,7 @@ class Canvas(QWidget):
|
||||
self.selectedShape = shape
|
||||
self.repaint()
|
||||
else:
|
||||
shape.label = self.selectedShape.label
|
||||
self.deleteSelected()
|
||||
self.shapes.append(shape)
|
||||
self.selectedShape.points = [p for p in shape.points]
|
||||
self.selectedShapeCopy = None
|
||||
|
||||
def hideBackroundShapes(self, value):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user