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