From 136edba044168105fb3012dfbfd8525eeb2aa643 Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 16 Feb 2014 14:40:58 +0000 Subject: [PATCH] CtrlCore: GTK leave notify #656 (thanks Zbigniew) git-svn-id: svn://ultimatepp.org/upp/trunk@6924 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/CtrlCore/GtkEvent.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uppsrc/CtrlCore/GtkEvent.cpp b/uppsrc/CtrlCore/GtkEvent.cpp index 588e45748..f06f8657b 100644 --- a/uppsrc/CtrlCore/GtkEvent.cpp +++ b/uppsrc/CtrlCore/GtkEvent.cpp @@ -130,7 +130,6 @@ gboolean Ctrl::GtkEvent(GtkWidget *widget, GdkEvent *event, gpointer user_data) } return false; case GDK_LEAVE_NOTIFY: - return false; case GDK_MOTION_NOTIFY: { GdkEventMotion *e = (GdkEventMotion *)event; DoMouseEvent(e->state, Point((int)e->x_root, (int)e->y_root));