mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user