fix a bug of disabled edit and delete menu in the label list menu

This commit is contained in:
Jaewoo Choi 2017-08-22 02:05:58 +09:00
parent 10102c9e37
commit f1ee71bf1c

View File

@ -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