fix track scrolling by using API to reset controls_layout, not doing it directly
This commit is contained in:
parent
8359311849
commit
ee151ee36e
@ -8789,7 +8789,7 @@ Editor::fit_tracks (TrackViewList & tracks)
|
||||
request signal handler will cause the vertical adjustment setting to fail
|
||||
*/
|
||||
|
||||
controls_layout.property_height () = _full_canvas_height;
|
||||
reset_controls_layout_height (_full_canvas_height);
|
||||
vertical_adjustment.set_value (first_y_pos);
|
||||
|
||||
redo_visual_stack.push_back (current_visual_state (true));
|
||||
|
Loading…
Reference in New Issue
Block a user