Make changes to controls enable the Apply & OK buttons.

This commit is contained in:
John Ralls 2020-04-04 14:45:34 -07:00
parent 4a4e5d36f8
commit 7cb27b2636

View File

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