mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-27 08:57:41 +01:00
expose Gtk::HScale member of OptionEditor::HSliderOption
This commit is contained in:
parent
17b601a9f3
commit
cc2987d320
1 changed files with 1 additions and 0 deletions
|
|
@ -347,6 +347,7 @@ public:
|
|||
}
|
||||
|
||||
Gtk::Widget& tip_widget() { return *_hscale; }
|
||||
Gtk::HScale& scale() { return *_hscale; }
|
||||
|
||||
private:
|
||||
sigc::slot<float> _get;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue