Load chart list when opening a new window
This commit is contained in:
parent
36e89f3fe4
commit
8533b2f887
@ -70,6 +70,7 @@ new_window_cb(GSimpleAction *action, GVariant *parameter, gpointer user_data)
|
||||
{
|
||||
AgWindow *window = AG_WINDOW(ag_app_create_window(AG_APP(user_data)));
|
||||
|
||||
ag_window_load_chart_list(window);
|
||||
ag_window_change_tab(window, "list");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user