mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-11 07:56:27 +01:00
change height of canvas drop so last 20 pixels of bottom track is still visible when fully scrolled down
This commit is contained in:
parent
e81e6841ff
commit
b77f55ca82
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ Editor::track_canvas_viewport_size_allocated ()
|
|||
_visible_canvas_width = _canvas_viewport_allocation.get_width ();
|
||||
_visible_canvas_height = _canvas_viewport_allocation.get_height ();
|
||||
|
||||
_canvas_drop_zone->set_y1 (_canvas_drop_zone->y0() + _visible_canvas_height);
|
||||
_canvas_drop_zone->set_y1 (_canvas_drop_zone->y0() + (_visible_canvas_height - 20.0));
|
||||
|
||||
// SHOWTRACKS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue