mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug796965 - Change the default to show unused accounts
Currently when you create a new budget, unused accounts are not shown so change the default to match the Accounts TreeView.
This commit is contained in:
parent
020bc5371f
commit
fec5b603e2
@ -334,6 +334,7 @@ gnc_plugin_page_budget_init (GncPluginPageBudget *plugin_page)
|
||||
/* Visible types */
|
||||
priv->fd.visible_types = -1; /* Start with all types */
|
||||
priv->fd.show_hidden = FALSE;
|
||||
priv->fd.show_unused = TRUE;
|
||||
priv->fd.show_zero_total = TRUE;
|
||||
priv->fd.filter_override = g_hash_table_new (g_direct_hash, g_direct_equal);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user