Update GUI state when first view is activated

This commit is contained in:
Nedko Arnaudov 2010-12-27 03:44:54 +02:00
parent adf0550947
commit 65315d1252
1 changed files with 2 additions and 0 deletions

View File

@ -267,6 +267,8 @@ create_view(
goto free_room_proxy;
}
menu_view_changed();
*handle_ptr = (graph_view_handle)view_ptr;
return true;