mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Make changes to controls enable the Apply & OK buttons.
This commit is contained in:
parent
4a4e5d36f8
commit
7cb27b2636
@ -270,6 +270,7 @@ gnc_option_changed_widget_cb(GtkWidget *widget, GncOption* option)
|
||||
{
|
||||
if (!option) return;
|
||||
const_cast<GncOptionUIItem*>(option->get_ui_item())->set_dirty(true);
|
||||
dialog_changed_internal(widget, true);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user