leftmost_position => leftmost_sample, current_page_frames => current_page_samples
[ardour.git] / gtk2_ardour / ardour_ui.cc
index eebd35aefbc041c1449979c5670b0e3f30cafe78..6801222e8b9b872a5b005c6176d0166fd909572e 100644 (file)
@@ -2335,6 +2335,7 @@ ARDOUR_UI::save_state_canfail (string name, bool switch_to_it)
        }
 
        save_ardour_state (); /* XXX cannot fail? yeah, right ... */
+       editor->save_canvas_state ();
        return 0;
 }