mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
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:
parent
ac719b2d46
commit
136edba044
1 changed files with 0 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue