fix a bug of disabled edit and delete menu in the label list menu
This commit is contained in:
parent
10102c9e37
commit
f1ee71bf1c
@ -573,6 +573,7 @@ class MainWindow(QMainWindow, WindowMixin):
|
||||
def setEditMode(self):
|
||||
assert self.advanced()
|
||||
self.toggleDrawMode(True)
|
||||
self.labelSelectionChanged()
|
||||
|
||||
def updateFileMenu(self):
|
||||
currFilePath = self.filePath
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user