Commit d3002558 authored by HinGwenWoong's avatar HinGwenWoong
Browse files

Fix add same label in key dialog

parent 9e04c09f
...@@ -1606,8 +1606,6 @@ class MainWindow(QMainWindow): ...@@ -1606,8 +1606,6 @@ class MainWindow(QMainWindow):
fit_to_content={'column': True, 'row': False}, fit_to_content={'column': True, 'row': False},
flags=None flags=None
) )
else:
self.keyDialog.labelList.addItems(self.existed_key_cls_set)
def importDirImages(self, dirpath, isDelete=False): def importDirImages(self, dirpath, isDelete=False):
if not self.mayContinue() or not dirpath: if not self.mayContinue() or not dirpath:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment