reset customization state when dialog is cancelled

This commit is contained in:
Alexander Bruy 2025-02-18 07:57:25 +00:00 committed by Nyall Dawson
parent 6f6cfc8df2
commit e9ff3ed22b

View File

@ -282,6 +282,7 @@ void QgsCustomizationDialog::cancel()
} }
mSelectedWidgets.clear(); mSelectedWidgets.clear();
} }
reset();
hide(); hide();
} }