mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
some sort-of-deep fixes to get autoscroll/vertical scroll to work properly for cairocanvas
This commit is contained in:
parent
63e9138f1f
commit
525cb6b4a7
6 changed files with 49 additions and 44 deletions
|
|
@ -535,7 +535,6 @@ EditorRoutes::redisplay ()
|
|||
_editor->reset_controls_layout_height (position);
|
||||
_editor->reset_controls_layout_width ();
|
||||
_editor->_full_canvas_height = position;
|
||||
_editor->vertical_adjustment.set_upper (_editor->_full_canvas_height);
|
||||
|
||||
if ((_editor->vertical_adjustment.get_value() + _editor->_visible_canvas_height) > _editor->vertical_adjustment.get_upper()) {
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue