summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-09-19 21:14:59 +0000
committerCarl Hetherington <carl@carlh.net>2011-09-19 21:14:59 +0000
commit3f6ec53ba3f30d4dc8ceeb0b44752eec0d4a2d21 (patch)
tree5873be33e533ac4b25ed7a27869373a145106576 /gtk2_ardour/editor.h
parent6ab6ad5bb732512d04593b1a5d566d5e787d45ed (diff)
Tidy up style of a few toggle buttons (#4319).
git-svn-id: svn://localhost/ardour2/branches/3.0@10097 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index b3dac8c49a..ffc9534809 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1603,7 +1603,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
Gtk::HBox panic_box;
Gtk::Button midi_panic_button;
- Gtk::ToggleButton midi_sound_notes;
+ Gtkmm2ext::StatefulToggleButton midi_sound_notes;
void midi_panic ();
bool sound_notes () const { return midi_sound_notes.get_active(); }