summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-07-01 16:31:21 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-07-01 16:31:21 +0000
commit0fb08e9bc3919135bc12426593cb2acb2ac8d025 (patch)
tree0a75a51a05f557c4d37e493573fbff53d76fc349 /gtk2_ardour/mixer_strip.h
parent67e21fd82ee3a2bf326b652b99484941bbb7efbb (diff)
switch to basic round icon for MIDI input enable in editor track list; use StatefulButton to avoid visual ugliness with midi input button in mixer strip
git-svn-id: svn://localhost/ardour2/branches/3.0@9780 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index fa101513b9..de907a3607 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -37,6 +37,7 @@
#include "gtkmm2ext/auto_spin.h"
#include "gtkmm2ext/click_box.h"
#include "gtkmm2ext/bindable_button.h"
+#include "gtkmm2ext/stateful_button.h"
#include "pbd/stateful.h"
@@ -178,7 +179,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Gtk::Label diskstream_label;
Gtk::Button input_button;
- Gtk::ToggleButton* midi_input_enable_button;
+ Gtkmm2ext::StatefulToggleButton* midi_input_enable_button;
Gtk::HBox input_button_box;
Gtk::Label input_label;
Gtk::Button output_button;