From bf13bf638548ce2cc65047fda6f2abeeacb50ec3 Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Fri, 29 Aug 2014 17:16:32 -0500 Subject: red-border selection for tracks, regions, and processors. requesting comments --- gtk2_ardour/audio_time_axis.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/audio_time_axis.cc') diff --git a/gtk2_ardour/audio_time_axis.cc b/gtk2_ardour/audio_time_axis.cc index cc2686920a..ed40be4191 100644 --- a/gtk2_ardour/audio_time_axis.cc +++ b/gtk2_ardour/audio_time_axis.cc @@ -408,9 +408,9 @@ AudioTimeAxisView::update_control_names () } if (get_selected()) { - controls_ebox.set_name (controls_base_selected_name); + time_axis_frame.set_name (controls_base_selected_name); } else { - controls_ebox.set_name (controls_base_unselected_name); + time_axis_frame.set_name (controls_base_unselected_name); } } -- cgit v1.2.3