mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
fix track scrolling by using API to reset controls_layout, not doing it directly
This commit is contained in:
parent
8359311849
commit
ee151ee36e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue