summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.h
diff options
context:
space:
mode:
authorJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>2016-08-17 23:37:17 +0200
committerJulien "_FrnchFrgg_" RIVAUD <frnchfrgg@free.fr>2016-08-17 23:56:31 +0200
commit214dfccdae9b67999d663b55023628aa736b256b (patch)
tree6587149b976a2a24ac81081b6aec6c9aca896878 /gtk2_ardour/automation_time_axis.h
parent606ffe6a358cc0ad84253e315e5bd4dea20cce00 (diff)
Use a real dropdown for AutoState in automation lanes
Diffstat (limited to 'gtk2_ardour/automation_time_axis.h')
-rw-r--r--gtk2_ardour/automation_time_axis.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/automation_time_axis.h b/gtk2_ardour/automation_time_axis.h
index 7852e21ed7..1093fd18b4 100644
--- a/gtk2_ardour/automation_time_axis.h
+++ b/gtk2_ardour/automation_time_axis.h
@@ -35,6 +35,7 @@
#include "time_axis_view.h"
#include "automation_controller.h"
#include "ardour_button.h"
+#include "ardour_dropdown.h"
namespace ARDOUR {
class Session;
@@ -153,8 +154,7 @@ class AutomationTimeAxisView : public TimeAxisView {
bool first_call_to_set_height;
ArdourButton hide_button;
- ArdourButton auto_button;
- Gtk::Menu* automation_menu;
+ ArdourDropdown auto_dropdown;
Gtk::Label* plugname;
bool plugname_packed;
@@ -172,7 +172,6 @@ class AutomationTimeAxisView : public TimeAxisView {
void clear_clicked ();
void hide_clicked ();
- void auto_clicked ();
virtual bool can_edit_name() const {return false;}