fix tooltip on processor button widget

This commit is contained in:
Robin Gareus 2014-01-04 18:48:28 +01:00
parent 2a734a2d85
commit c4de104822

View File

@ -546,6 +546,7 @@ ProcessorEntry::Control::button_clicked ()
c->set_value (n ? 0 : 1);
_button.set_active (!n);
set_tooltip ();
}
void