mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
refresh table gui after showing window
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6157 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
2d1d416061
commit
95f25bdbc2
@ -255,6 +255,7 @@ gnc_order_new_window (GtkWidget *parent, GNCBook *bookp,
|
||||
|
||||
gnc_table_realize_gui (gnc_entry_ledger_get_table (entry_ledger));
|
||||
gtk_widget_show_all (ow->dialog);
|
||||
gnc_table_refresh_gui (gnc_entry_ledger_get_table (entry_ledger), TRUE);
|
||||
|
||||
return ow;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user