Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
x42 committed Jul 16, 2013
1 parent f78d60a commit 562bd68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libs/gtkmm2ext/persistent_tooltip.cc
Expand Up @@ -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;
}
Expand Down

0 comments on commit 562bd68

Please sign in to comment.