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