From 9804928006b19552d00a9f1b478fcbd72abb2dda Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 19 Nov 2021 11:58:22 -0800 Subject: [PATCH] Don't call gnc_option_db_clean after setting up the options dialog. The widgets have already been loaded and loading them again just sensitizes the buttons as if something had changed. --- gnucash/gnome/window-report.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/gnucash/gnome/window-report.cpp b/gnucash/gnome/window-report.cpp index 4898c9cb82..0e27fa0695 100644 --- a/gnucash/gnome/window-report.cpp +++ b/gnucash/gnome/window-report.cpp @@ -190,7 +190,6 @@ gnc_report_window_default_params_editor(GncOptionDB* odb, SCM report, scm_gc_protect_object(prm->cur_report); gnc_options_dialog_build_contents(prm->win, prm->odb); - gnc_option_db_clean(prm->odb); gnc_options_dialog_set_apply_cb(prm->win, gnc_options_dialog_apply_cb,