Tue, 17 Dec 2024 10:48:38 +0100
Fixed an issue of the find file widget (see issue 578).
src/eric7/UI/FindFileWidget.py | file | annotate | diff | comparison | revisions |
--- a/src/eric7/UI/FindFileWidget.py Tue Dec 17 10:33:49 2024 +0100 +++ b/src/eric7/UI/FindFileWidget.py Tue Dec 17 10:48:38 2024 +0100 @@ -711,7 +711,6 @@ files = self.__getFileList( os.path.abspath(self.dirPicker.currentText()), filterRe, - None, excludeHiddenDirs=self.excludeHiddenCheckBox.isChecked(), excludeHiddenFiles=self.excludeHiddenCheckBox.isChecked(), )