mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
stop PersistentTooltip flicker.
timeout is used for a *one-time* delayed display of the tooltip.
This commit is contained in:
parent
e92cd5b06c
commit
efa170b6bc
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ bool
|
|||
PersistentTooltip::timeout ()
|
||||
{
|
||||
show ();
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue