13
0

Change default zoom to Playhead

This commit is contained in:
Robin Gareus 2015-03-21 19:31:21 +01:00
parent 7dd51f6fb3
commit 9cdb0e2765

View File

@ -403,7 +403,7 @@ Editor::Editor ()
location_loop_color = ARDOUR_UI::config()->color ("location loop"); location_loop_color = ARDOUR_UI::config()->color ("location loop");
location_punch_color = ARDOUR_UI::config()->color ("location punch"); location_punch_color = ARDOUR_UI::config()->color ("location punch");
zoom_focus = ZoomFocusLeft; zoom_focus = ZoomFocusPlayhead;
_edit_point = EditAtMouse; _edit_point = EditAtMouse;
_visible_track_count = -1; _visible_track_count = -1;