@@ -1951,9 +1951,9 @@ class MainWindow(QtWidgets.QMainWindow):
def copyShape(self):
self.canvas.endMove(copy=True)
- self.labelList.clearSelection()
for shape in self.canvas.selectedShapes:
self.addLabel(shape)
+ self.labelList.clearSelection()
self.setDirty()
def moveShape(self):