13
0
This commit is contained in:
Robin Gareus 2013-07-16 22:44:54 +02:00
parent f78d60a4a3
commit 562bd6811e

View File

@ -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;
}