summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-08-29 17:16:32 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-08-29 17:16:32 -0500
commitbf13bf638548ce2cc65047fda6f2abeeacb50ec3 (patch)
tree2f7b97d833c4e0912b6a30c012ff90213e1ea5bd /gtk2_ardour/audio_time_axis.cc
parent40c3e4122ca804dac4d7fc1b3836e3f544bed911 (diff)
red-border selection for tracks, regions, and processors. requesting comments
Diffstat (limited to 'gtk2_ardour/audio_time_axis.cc')
-rw-r--r--gtk2_ardour/audio_time_axis.cc4
1 files changed, 2 insertions, 2 deletions
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);
}
}