mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +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
b530e8649e
commit
95f2b4ba17
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