Update labelImg.py
Fixed a comment typo.
This commit is contained in:
parent
a124c75df5
commit
731735f187
@ -308,7 +308,7 @@ class MainWindow(QMainWindow, WindowMixin):
|
||||
labels.setText(getStr('showHide'))
|
||||
labels.setShortcut('Ctrl+Shift+L')
|
||||
|
||||
# Lavel list context menu.
|
||||
# Label list context menu.
|
||||
labelMenu = QMenu()
|
||||
addActions(labelMenu, (edit, delete))
|
||||
self.labelList.setContextMenuPolicy(Qt.CustomContextMenu)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user