소스 검색

Suppress highlighting while drawing

Kentaro Wada 6 년 전
부모
커밋
83a151225f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      labelme/canvas.py

+ 1 - 0
labelme/canvas.py

@@ -166,6 +166,7 @@ class Canvas(QtWidgets.QWidget):
             self.line.line_color = color
             self.line.line_color = color
             self.repaint()
             self.repaint()
             self.current.highlightClear()
             self.current.highlightClear()
+            return
 
 
         # Polygon copy moving.
         # Polygon copy moving.
         if QtCore.Qt.RightButton & ev.buttons():
         if QtCore.Qt.RightButton & ev.buttons():