Procházet zdrojové kódy

Reset self.hShape in Canvas

Kentaro Wada před 5 roky
rodič
revize
ae2f8aa5f1
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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):