fix naming of selection rect-related items
This commit is contained in:
parent
c1045881dd
commit
8419248a94
@ -955,12 +955,12 @@ TimeAxisView::get_selection_rect (uint32_t id)
|
||||
rect->rect->set_fill_color (ARDOUR_UI::config()->get_canvasvar_SelectionRect());
|
||||
|
||||
rect->start_trim = new ArdourCanvas::Rectangle (selection_group);
|
||||
CANVAS_DEBUG_NAME (rect->rect, "selection rect start trim");
|
||||
CANVAS_DEBUG_NAME (rect->start_trim, "selection rect start trim");
|
||||
rect->start_trim->set_outline (false);
|
||||
rect->start_trim->set_fill (false);
|
||||
|
||||
rect->end_trim = new ArdourCanvas::Rectangle (selection_group);
|
||||
CANVAS_DEBUG_NAME (rect->rect, "selection rect end trim");
|
||||
CANVAS_DEBUG_NAME (rect->end_trim, "selection rect end trim");
|
||||
rect->end_trim->set_outline (false);
|
||||
rect->end_trim->set_fill (false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user