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.
This commit is contained in:
John Ralls
2021-11-19 11:58:22 -08:00
parent e17ee38c80
commit 9804928006

View File

@@ -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,