From b84e1a50a3a4508b2070fe0848085db31f8cfa69 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 6 Jul 2013 16:10:00 +0200 Subject: [PATCH] fix HSlider Option --- gtk2_ardour/option_editor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/option_editor.h b/gtk2_ardour/option_editor.h index 1ee4baa938..2073da530d 100644 --- a/gtk2_ardour/option_editor.h +++ b/gtk2_ardour/option_editor.h @@ -308,6 +308,7 @@ public: _label = manage (new Gtk::Label (n + ":")); _label->set_alignment (0, 0.5); _hscale = manage (new Gtk::HScale(adj)); + _adj = NULL; } HSliderOption ( -- 2.30.2