소스 검색

Add tip to end creation

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

+ 1 - 1
labelme/app.py

@@ -259,7 +259,7 @@ class MainWindow(QtWidgets.QMainWindow, WindowMixin):
             lambda: self.toggleDrawMode(False, createMode='linestrip'),
             shortcuts['create_linestrip'],
             'objects',
-            'Start drawing linestrip',
+            'Start drawing linestrip. Ctrl+LeftClick ends creation.',
             enabled=False,
         )
         editMode = action('Edit Polygons', self.setEditMode,