13
0

processor control: update control-element tooltip

This commit is contained in:
Robin Gareus 2015-03-29 17:11:08 +02:00 committed by Paul Davis
parent cf8f450f56
commit d480cd0e88

View File

@ -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;