CtrlCore: GTK leave notify #656 (thanks Zbigniew)

git-svn-id: svn://ultimatepp.org/upp/trunk@6924 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-02-16 14:40:58 +00:00
parent ac719b2d46
commit 136edba044

View file

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