diff --git a/gui/graph_view.c b/gui/graph_view.c index a4708d08..6d374529 100644 --- a/gui/graph_view.c +++ b/gui/graph_view.c @@ -267,6 +267,8 @@ create_view( goto free_room_proxy; } + menu_view_changed(); + *handle_ptr = (graph_view_handle)view_ptr; return true;