mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
[processing] Fix destination folder param is not updated after
picking from the file dialog alone
This commit is contained in:
parent
6c0a1da076
commit
d157b6e661
@ -286,9 +286,9 @@ signal """
|
||||
if dirName:
|
||||
self.leText.setText(QDir.toNativeSeparators(dirName))
|
||||
settings.setValue('/Processing/LastOutputPath', dirName)
|
||||
|
||||
self.skipOutputChanged.emit(False)
|
||||
self.destinationChanged.emit()
|
||||
self.use_temporary = False
|
||||
self.skipOutputChanged.emit(False)
|
||||
self.destinationChanged.emit()
|
||||
|
||||
def setValue(self, value):
|
||||
if not value:
|
||||
|
Loading…
x
Reference in New Issue
Block a user