mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
add Editor::ruler_divide_height to specify where the divide in the ruler is between the "upper" and "lower" section
This commit is contained in:
parent
b0e314a5b2
commit
32d656560d
4 changed files with 6 additions and 4 deletions
|
|
@ -200,8 +200,8 @@ Editor::initialize_canvas ()
|
|||
range_bar_drag_rect->set_outline (false);
|
||||
range_bar_drag_rect->hide ();
|
||||
|
||||
/* drag bar for ruler is double height because it spans loop bar and the ruler */
|
||||
transport_bar_drag_rect = new ArdourCanvas::Rectangle (ruler_group, ArdourCanvas::Rect (0.0, 0.0, 100, ruler_height));
|
||||
transport_bar_drag_rect = new ArdourCanvas::Rectangle (ruler_group, ArdourCanvas::Rect (0.0, 0.0, 100,
|
||||
ruler_height - ruler_divide_height));
|
||||
CANVAS_DEBUG_NAME (transport_bar_drag_rect, "transport drag");
|
||||
transport_bar_drag_rect->set_outline (false);
|
||||
transport_bar_drag_rect->hide ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue