mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
Add tooltips to plugin controls in the processor box
(#4697). git-svn-id: svn://localhost/ardour2/branches/3.0@11741 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a4c27ff16e
commit
ed12f85c88
2 changed files with 24 additions and 0 deletions
|
|
@ -181,6 +181,7 @@ private:
|
|||
void button_clicked ();
|
||||
void control_changed ();
|
||||
std::string state_id () const;
|
||||
void set_tooltip ();
|
||||
|
||||
boost::weak_ptr<ARDOUR::AutomationControl> _control;
|
||||
/* things for a slider */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue