stop PersistentTooltip flicker.
timeout is used for a *one-time* delayed display of the tooltip.
This commit is contained in:
@@ -64,7 +64,7 @@ bool
|
||||
PersistentTooltip::timeout ()
|
||||
{
|
||||
show ();
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user