Load chart list when opening a new window
This commit is contained in:
@@ -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)));
|
AgWindow *window = AG_WINDOW(ag_app_create_window(AG_APP(user_data)));
|
||||||
|
|
||||||
|
ag_window_load_chart_list(window);
|
||||||
ag_window_change_tab(window, "list");
|
ag_window_change_tab(window, "list");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user