Explorar el Código

fix copy and delete status after copying a shape

Hussein hace 13 años
padre
commit
dfbeb448ac
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      labelme.py

+ 1 - 0
labelme.py

@@ -230,6 +230,7 @@ class MainWindow(QMainWindow, WindowMixin):
 
     def copySelectedShape(self):
         self.addLabel(self.canvas.copySelectedShape())
+        #fix copy and delete
         self.shapeSelectionChanged(True)
 
     def highlightLabel(self, item):