فهرست منبع

fix copy and delete ( to be activated after copying a shape , as it's will be selected)

Hussein 13 سال پیش
والد
کامیت
8f4764fbbb
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())
+        self.shapeSelectionChanged(True)
 
     def highlightLabel(self, item):
         if self.highlighted: