summaryrefslogtreecommitdiff
path: root/gtk2_ardour/crossfade_edit.h
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-01-03 16:59:11 +0000
committerDoug McLain <doug@nostar.net>2006-01-03 16:59:11 +0000
commita7188399cfad64910d4851c1301d40c809f9953c (patch)
tree691b73324c3e7318e290af48d87c4b037f8c101d /gtk2_ardour/crossfade_edit.h
parent4ae64c91058a25423a9e1f533edfcda559736b1b (diff)
Fixed crossfade editor
git-svn-id: svn://localhost/trunk/ardour2@232 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/crossfade_edit.h')
-rw-r--r--gtk2_ardour/crossfade_edit.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/crossfade_edit.h b/gtk2_ardour/crossfade_edit.h
index d3c509ca4b..3aae980ce4 100644
--- a/gtk2_ardour/crossfade_edit.h
+++ b/gtk2_ardour/crossfade_edit.h
@@ -31,8 +31,8 @@ class CrossfadeEditor : public ArdourDialog
/* these are public so that a caller/subclass can make them do the right thing.
*/
- Gtk::Button cancel_button;
- Gtk::Button ok_button;
+ Gtk::Button* cancel_button;
+ Gtk::Button* ok_button;
struct PresetPoint {
double x;
@@ -106,7 +106,7 @@ class CrossfadeEditor : public ArdourDialog
vector<Gtk::Button*> fade_out_buttons;
vector<Gtk::Button*> fade_in_buttons;
- Gtk::HBox action_box;
+ //Gtk::HBox action_box;
Gtk::VBox vpacker2;