浏览代码

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):