mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
[processing] allow to select files without suffix in the Processing
options dialog
This commit is contained in:
parent
b9d219e19b
commit
094359f7b2
@ -463,7 +463,7 @@ class FileDirectorySelector(QWidget):
|
||||
QFileDialog.ShowDirsOnly)
|
||||
else:
|
||||
selectedPath, selected_filter = QFileDialog.getOpenFileName(None,
|
||||
self.tr('Select file'), lastDir, self.tr('All files (*.*)')
|
||||
self.tr('Select file'), lastDir, self.tr('All files (*)')
|
||||
)
|
||||
|
||||
if not selectedPath:
|
||||
|
Loading…
x
Reference in New Issue
Block a user