|
@@ -1442,6 +1442,8 @@ class MainWindow(QtWidgets.QMainWindow, WindowMixin):
|
|
item = self.fileListWidget.currentItem()
|
|
item = self.fileListWidget.currentItem()
|
|
item.setCheckState(Qt.Unchecked)
|
|
item.setCheckState(Qt.Unchecked)
|
|
|
|
|
|
|
|
+ self.labelList.clear()
|
|
|
|
+
|
|
# Message Dialogs. #
|
|
# Message Dialogs. #
|
|
def hasLabels(self):
|
|
def hasLabels(self):
|
|
if not self.labelList.itemsToShapes:
|
|
if not self.labelList.itemsToShapes:
|