なるみ %!s(int64=6) %!d(string=hai) anos
pai
achega
5dee7f4f74
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      labelme/app.py

+ 2 - 1
labelme/app.py

@@ -1439,7 +1439,8 @@ class MainWindow(QtWidgets.QMainWindow, WindowMixin):
                 os.remove(label_file)
                 logger.info('%s removed', label_file)
 
-            self.importDirImages(self.lastOpenDir)
+                item = self.fileListWidget.currentItem()
+                item.setCheckState(Qt.Unchecked)
 
     # Message Dialogs. #
     def hasLabels(self):