Преглед изворни кода

fix copy and delete status after copying a shape

Hussein пре 13 година
родитељ
комит
dfbeb448ac
1 измењених фајлова са 1 додато и 0 уклоњено
  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):