mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
possible fix for http://tracker.ardour.org/view.php?id=5586
This commit is contained in:
parent
b0a239d9f8
commit
a4edd1ed7a
1 changed files with 3 additions and 0 deletions
|
|
@ -48,6 +48,9 @@ PersistentTooltip::~PersistentTooltip ()
|
|||
bool
|
||||
PersistentTooltip::enter (GdkEventCrossing *)
|
||||
{
|
||||
if (_timeout.connected()) {
|
||||
leave(NULL);
|
||||
}
|
||||
_timeout = Glib::signal_timeout().connect (sigc::mem_fun (*this, &PersistentTooltip::timeout), 500);
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue