From 065c09e41887546e61e7bad3c0279e6bffd7e405 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 26 Sep 2019 19:35:31 +0200 Subject: Rweak selection+color semantics --- gtk2_ardour/time_axis_view.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gtk2_ardour/time_axis_view.cc') diff --git a/gtk2_ardour/time_axis_view.cc b/gtk2_ardour/time_axis_view.cc index c216ea43a1..6ae0c3c5b8 100644 --- a/gtk2_ardour/time_axis_view.cc +++ b/gtk2_ardour/time_axis_view.cc @@ -991,7 +991,9 @@ TimeAxisView::get_selection_rect (uint32_t id) rect->rect = new ArdourCanvas::Rectangle (selection_group); CANVAS_DEBUG_NAME (rect->rect, "selection rect"); - rect->rect->set_outline (false); + rect->rect->set_outline (true); + rect->rect->set_outline_width (1.0); + rect->rect->set_outline_color (UIConfiguration::instance().color ("selection")); rect->rect->set_fill_color (UIConfiguration::instance().color_mod ("selection rect", "selection rect")); rect->start_trim = new ArdourCanvas::Rectangle (selection_group); -- cgit v1.2.3