mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
processor control: update control-element tooltip
This commit is contained in:
parent
0acdb8b74a
commit
9f25af7eec
1 changed files with 1 additions and 5 deletions
|
|
@ -634,11 +634,7 @@ ProcessorEntry::Control::control_changed ()
|
|||
} else {
|
||||
|
||||
_adjustment.set_value (c->internal_to_interface(c->get_value ()));
|
||||
|
||||
stringstream s;
|
||||
s.precision (1);
|
||||
s.setf (ios::fixed, ios::floatfield);
|
||||
s << c->internal_to_user (c->get_value ());
|
||||
set_tooltip ();
|
||||
}
|
||||
|
||||
_ignore_ui_adjustment = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue