ladishd: on project load, restore connections between room ports. Fix for #117

This commit is contained in:
Nedko Arnaudov 2010-11-13 18:32:35 +02:00
parent 4b9da6ffae
commit 3d40386a14
1 changed files with 1 additions and 0 deletions

View File

@ -753,6 +753,7 @@ bool ladish_room_load_project(ladish_room_handle room_handle, const char * proje
ladish_app_supervisor_set_directory(room_ptr->app_supervisor, project_dir);
ladish_graph_trick_dicts(room_ptr->graph);
ladish_try_connect_hidden_connections(room_ptr->graph);
ladish_app_supervisor_autorun(room_ptr->app_supervisor);
ladish_recent_project_use(room_ptr->project_dir);