소스 검색

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: