From f1ee71bf1c79806931ad62a6d886b24f210ee139 Mon Sep 17 00:00:00 2001 From: Jaewoo Choi Date: Tue, 22 Aug 2017 02:05:58 +0900 Subject: [PATCH] fix a bug of disabled edit and delete menu in the label list menu --- labelImg.py | 1 + 1 file changed, 1 insertion(+) diff --git a/labelImg.py b/labelImg.py index f9c1158f..130dbd69 100755 --- a/labelImg.py +++ b/labelImg.py @@ -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