Clean up slider-controller includes

This commit is contained in:
Robin Gareus 2024-05-14 23:41:51 +02:00
parent 3c524098b4
commit dad32d8b11
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
9 changed files with 27 additions and 15 deletions

View file

@ -45,6 +45,7 @@
#include "pbd/strsplit.h"
#include "widgets/frame.h"
#include "widgets/slider_controller.h"
#include "gui_thread.h"
#include "option_editor.h"
@ -678,6 +679,11 @@ FaderOption::add_to_page (OptionEditorPage* p)
add_widgets_to_page (p, _label, &_box);
}
Gtk::Widget&
FaderOption::tip_widget() {
return *_db_slider;
}
/*--------------------------*/
ClockOption::ClockOption (string const & i, string const & n, sigc::slot<std::string> g, sigc::slot<bool, std::string> s)