Hi Arnaud,
the videos I included in the first message of this thread were recorded
using QGIS master. So, probably the PR you mentioned (which was merged in
2017) didn't fully fix it, since this specific dialog is still showing up
when closing the project.
Regards,
Germán
2018-04-26 3:58 GMT-
Hello Germán
Note that I've already fixed some related problems with
https://github.com/qgis/QGIS/pull/4964
Calling deleteLater should delete the dialog on next events processing.
Do dialog and child widgets signals should be correctly disconnected.
Arnaud
Le 25/04/2018 à 16:55, Germán Carr
Hi All,
In the Refactor Fields algorithm dialog there is an "Input layer" combo
box. Each time the user selects one layer a modal dialog (message box)
appears, letting her select whether the fields mapping should be reset or
not. See image: [1].
I'd like to ask you if we can get rid of such mod