summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_time_axis.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-05 19:49:51 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-05 20:50:57 -0400
commit8125ea590986a3301f91b44aafeebd784c2ee6b4 (patch)
tree7cd13fec99de54412d28bd36be7ca6630f0b4bb8 /gtk2_ardour/audio_time_axis.cc
parent6adac6032376e12f90f0c480ceded1ff811b9d1e (diff)
tweak API of Selectable
Diffstat (limited to 'gtk2_ardour/audio_time_axis.cc')
-rw-r--r--gtk2_ardour/audio_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/audio_time_axis.cc b/gtk2_ardour/audio_time_axis.cc
index ead0b8ffb1..6a9a32eac5 100644
--- a/gtk2_ardour/audio_time_axis.cc
+++ b/gtk2_ardour/audio_time_axis.cc
@@ -307,7 +307,7 @@ AudioTimeAxisView::update_control_names ()
}
}
- if (get_selected()) {
+ if (selected()) {
controls_ebox.set_name (controls_base_selected_name);
time_axis_frame.set_name (controls_base_selected_name);
} else {