Merge pull request #148 from jaewchoi/selection
fix a bug of disabled edit and delete menu in the label list menu
This commit is contained in:
commit
fcffa12842
@ -573,6 +573,7 @@ class MainWindow(QMainWindow, WindowMixin):
|
|||||||
def setEditMode(self):
|
def setEditMode(self):
|
||||||
assert self.advanced()
|
assert self.advanced()
|
||||||
self.toggleDrawMode(True)
|
self.toggleDrawMode(True)
|
||||||
|
self.labelSelectionChanged()
|
||||||
|
|
||||||
def updateFileMenu(self):
|
def updateFileMenu(self):
|
||||||
currFilePath = self.filePath
|
currFilePath = self.filePath
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user