mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-17 12:16:30 +01:00
tweak vertical size/position and layering of recording rect
This commit is contained in:
parent
4880019218
commit
c450fd3861
1 changed files with 1 additions and 2 deletions
|
|
@ -285,13 +285,12 @@ AudioStreamView::setup_rec_box ()
|
||||||
|
|
||||||
ArdourCanvas::Rectangle * rec_rect = new ArdourCanvas::Rectangle (_canvas_group);
|
ArdourCanvas::Rectangle * rec_rect = new ArdourCanvas::Rectangle (_canvas_group);
|
||||||
rec_rect->set_x0 (xstart);
|
rec_rect->set_x0 (xstart);
|
||||||
rec_rect->set_y0 (1);
|
rec_rect->set_y0 (0);
|
||||||
rec_rect->set_x1 (xend);
|
rec_rect->set_x1 (xend);
|
||||||
rec_rect->set_y1 (child_height ());
|
rec_rect->set_y1 (child_height ());
|
||||||
rec_rect->set_outline_what (ArdourCanvas::Rectangle::What (0));
|
rec_rect->set_outline_what (ArdourCanvas::Rectangle::What (0));
|
||||||
rec_rect->set_outline_color (ARDOUR_UI::config()->get_canvasvar_TimeAxisFrame());
|
rec_rect->set_outline_color (ARDOUR_UI::config()->get_canvasvar_TimeAxisFrame());
|
||||||
rec_rect->set_fill_color (fill_color);
|
rec_rect->set_fill_color (fill_color);
|
||||||
rec_rect->lower_to_bottom();
|
|
||||||
|
|
||||||
RecBoxInfo recbox;
|
RecBoxInfo recbox;
|
||||||
recbox.rectangle = rec_rect;
|
recbox.rectangle = rec_rect;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue