summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-06-11 16:46:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-06-11 16:46:03 +0000
commit7ccc494c37623d1c937e18510b1217f927f85760 (patch)
tree857fd6ac54f03aee7210a4f8ffa87294dc3074b7 /gtk2_ardour/automation_time_axis.cc
parent9ae058354819a58752a301183c0d4b13a759823c (diff)
make button events on automation tracks work again (control event drags are still broken)
git-svn-id: svn://localhost/ardour2/branches/3.0@5171 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_time_axis.cc')
-rw-r--r--gtk2_ardour/automation_time_axis.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc
index e72c5add00..5a63c76b98 100644
--- a/gtk2_ardour/automation_time_axis.cc
+++ b/gtk2_ardour/automation_time_axis.cc
@@ -104,7 +104,7 @@ AutomationTimeAxisView::AutomationTimeAxisView (Session& s, boost::shared_ptr<Ro
mem_fun (_editor, &PublicEditor::canvas_automation_track_event),
_base_rect, this));
- _base_rect->lower_to_bottom();
+ // _base_rect->lower_to_bottom();
hide_button.add (*(manage (new Gtk::Image (::get_icon("hide")))));