mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
[Processing] Fix behaviour of closeEvent in AlgorithmDialogBase
Otherwise finished signal is not emitted when dialog closes
This commit is contained in:
parent
716664e749
commit
fe71a3f5e1
@ -112,6 +112,7 @@ class AlgorithmDialogBase(BASE, WIDGET):
|
||||
|
||||
def closeEvent(self, evt):
|
||||
self.settings.setValue("/Processing/dialogBase", self.saveGeometry())
|
||||
super(AlgorithmDialogBase, self).closeEvent(evt)
|
||||
|
||||
def setMainWidget(self):
|
||||
self.tabWidget.widget(0).layout().addWidget(self.mainWidget)
|
||||
|
Loading…
x
Reference in New Issue
Block a user