diff --git a/sloth/gui/annotationscene.py b/sloth/gui/annotationscene.py index b332691..7ceaf89 100644 --- a/sloth/gui/annotationscene.py +++ b/sloth/gui/annotationscene.py @@ -107,6 +107,7 @@ class AnnotationScene(QGraphicsScene): def onInserterFinished(self): self.sender().inserterFinished.disconnect(self.onInserterFinished) + self.labeltool_.exitInsertMode() self.inserter_ = None def onInsertionModeStarted(self, label_class):