mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Revert API to explicitly show tooltips:
gdk pointer grab offers a better solution.
This commit is contained in:
parent
a7523c4e6d
commit
fd76f87ae1
2 changed files with 0 additions and 17 deletions
|
|
@ -63,20 +63,6 @@ PersistentTooltip::timeout ()
|
|||
return false;
|
||||
}
|
||||
|
||||
void
|
||||
PersistentTooltip::explicit_show ()
|
||||
{
|
||||
_timeout.disconnect ();
|
||||
show ();
|
||||
}
|
||||
|
||||
void
|
||||
PersistentTooltip::explicit_hide ()
|
||||
{
|
||||
_timeout.disconnect ();
|
||||
hide ();
|
||||
}
|
||||
|
||||
bool
|
||||
PersistentTooltip::leave (GdkEventCrossing *)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue