mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Default the budget page's show_hidden flag to FALSE. Closes #339413.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13836 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
3ca300ec3b
commit
c892fdc474
@ -294,7 +294,7 @@ gnc_plugin_page_budget_init (GncPluginPageBudget *plugin_page)
|
|||||||
|
|
||||||
/* Visisble types */
|
/* Visisble types */
|
||||||
priv->fd.visible_types = -1; /* Start with all types */
|
priv->fd.visible_types = -1; /* Start with all types */
|
||||||
priv->fd.show_hidden = TRUE;
|
priv->fd.show_hidden = FALSE;
|
||||||
priv->fd.show_zero_total = TRUE;
|
priv->fd.show_zero_total = TRUE;
|
||||||
|
|
||||||
priv->sigFigs = 1;
|
priv->sigFigs = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user