X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38c7b3d369a2be83990d5d0bdedc0b0f678509ea..7491d644e6103afc2a69b750ca255218181b63a3:/src/gtk1/win_gtk.c diff --git a/src/gtk1/win_gtk.c b/src/gtk1/win_gtk.c index 028a92ed33..0f2d927bea 100644 --- a/src/gtk1/win_gtk.c +++ b/src/gtk1/win_gtk.c @@ -211,7 +211,7 @@ gtk_myfixed_move (GtkMyFixed *myfixed, if (child->widget == widget) { -/* if ((child->x == x) && (child->y == y)) return; */ + if ((child->x == x) && (child->y == y)) return; child->x = x; child->y = y; @@ -288,6 +288,7 @@ gtk_myfixed_realize (GtkWidget *widget) attributes.event_mask |= GDK_EXPOSURE_MASK | GDK_POINTER_MOTION_MASK | + GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_MOTION_MASK | GDK_BUTTON1_MOTION_MASK | GDK_BUTTON2_MOTION_MASK |