From e9ff3ed22b3abb61ab5d41a9387e686ca7386509 Mon Sep 17 00:00:00 2001 From: Alexander Bruy Date: Tue, 18 Feb 2025 07:57:25 +0000 Subject: [PATCH] reset customization state when dialog is cancelled --- src/app/qgscustomization.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/qgscustomization.cpp b/src/app/qgscustomization.cpp index 0374cc4e272..b74b510d9af 100644 --- a/src/app/qgscustomization.cpp +++ b/src/app/qgscustomization.cpp @@ -282,6 +282,7 @@ void QgsCustomizationDialog::cancel() } mSelectedWidgets.clear(); } + reset(); hide(); }