Make sure every imported file is copied to the session path
[ardour.git] / gtk2_ardour / ardour_ui.cc
index edd57251b2a9f4f685b45d4a3a17f91e5d282b42..3d148a973565c9d693029cca04434d3070501283 100644 (file)
@@ -682,6 +682,9 @@ ARDOUR_UI::startup ()
                exit (1);
        }
 
+       if (_session && nsm) {
+               _session->set_nsm_state( true );
+       }
        use_config ();
 
        goto_editor_window ();