mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Fix re-saving already saved models
This commit is contained in:
parent
9156933c9e
commit
6d7b0a3bbc
@ -238,6 +238,7 @@ class ModelerDialog(BASE, WIDGET):
|
||||
|
||||
if model is not None:
|
||||
self.model = model.clone()
|
||||
self.model.setSourceFilePath(model.sourceFilePath())
|
||||
self.textGroup.setText(self.model.group())
|
||||
self.textName.setText(self.model.displayName())
|
||||
self.repaintModel()
|
||||
|
Loading…
x
Reference in New Issue
Block a user