summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-29 21:18:26 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-29 21:18:26 +0000
commita423a42d9b9ecac21f7c705adfc7476779cd8460 (patch)
tree3a77c23f837c65950ecc7456e7b7bdeec10b7925 /gtk2_ardour/mixer_strip.h
parent05e5d7964ee182368ebc36acceacffff238a2dab (diff)
Restore comments button, but optionally visible.
git-svn-id: svn://localhost/ardour2/branches/3.0@10348 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 c08d6186aa..07011eab92 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -200,10 +200,12 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
ArdourDialog* comment_window;
Gtk::TextView* comment_area;
+ Gtk::Button _comment_button;
void comment_editor_done_editing ();
void setup_comment_editor ();
void toggle_comment ();
+ void setup_comment_button ();
Gtk::Button group_button;
Gtk::Label group_label;
@@ -229,7 +231,6 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
void diskstream_changed ();
Gtk::Menu *send_action_menu;
- Gtk::CheckMenuItem* _comment_menu_item;
Gtk::MenuItem* rename_menu_item;
void build_send_action_menu ();