소스 검색

Merge branch 'master' of linode:hci1

Michael Pitidis 13 년 전
부모
커밋
f27b9c55df
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      labelme.py

+ 2 - 0
labelme.py

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