stop PersistentTooltip flicker.

timeout is used for a *one-time* delayed display of the tooltip.
This commit is contained in:
Robin Gareus
2015-06-30 13:05:42 +02:00
parent e92cd5b06c
commit efa170b6bc

View File

@@ -64,7 +64,7 @@ bool
PersistentTooltip::timeout ()
{
show ();
return true;
return false;
}
bool