summaryrefslogtreecommitdiff
path: root/gtk2_ardour/time_axis_view.h
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/time_axis_view.h
parent40c3e4122ca804dac4d7fc1b3836e3f544bed911 (diff)
red-border selection for tracks, regions, and processors. requesting comments
Diffstat (limited to 'gtk2_ardour/time_axis_view.h')
-rw-r--r--gtk2_ardour/time_axis_view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/time_axis_view.h b/gtk2_ardour/time_axis_view.h
index 5ac78a402a..2181958672 100644
--- a/gtk2_ardour/time_axis_view.h
+++ b/gtk2_ardour/time_axis_view.h
@@ -208,6 +208,7 @@ class TimeAxisView : public virtual AxisView
Gtk::VBox controls_vbox;
Gtk::VBox name_vbox;
Gtk::VBox time_axis_vbox;
+ Gtk::Frame time_axis_frame;
Gtk::HBox name_hbox;
Gtk::HBox top_hbox;
Gtk::Label name_label;