From cc2987d3206e46df40860465ba3af950a04d1478 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 25 Jun 2014 12:11:43 -0400 Subject: [PATCH] expose Gtk::HScale member of OptionEditor::HSliderOption --- 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 47afa77868..d98bcb467a 100644 --- a/gtk2_ardour/option_editor.h +++ b/gtk2_ardour/option_editor.h @@ -347,6 +347,7 @@ public: } Gtk::Widget& tip_widget() { return *_hscale; } + Gtk::HScale& scale() { return *_hscale; } private: sigc::slot _get;