mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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 ()
|
PersistentTooltip::timeout ()
|
||||||
{
|
{
|
||||||
show ();
|
show ();
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue