Browse Source

Reset self.hShape in Canvas

Kentaro Wada 5 năm trước cách đây
mục cha
commit
ae2f8aa5f1
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      labelme/widgets/canvas.py

+ 1 - 0
labelme/widgets/canvas.py

@@ -722,6 +722,7 @@ class Canvas(QtWidgets.QWidget):
             self.shapes.extend(shapes)
         self.storeShapes()
         self.current = None
+        self.hShape = None
         self.repaint()
 
     def setShapeVisible(self, shape, value):