mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
fixed motion request condition which was wrongly ported with my last
Wed Feb 7 19:03:28 2007 Tim Janik <timj@gtk.org> * gtk/gtkentry.c (gtk_entry_motion_notify): fixed motion request condition which was wrongly ported with my last commit. svn path=/trunk/; revision=17274
This commit is contained in:
parent
74747e38c9
commit
2c0d8ac819
@ -1,3 +1,8 @@
|
||||
Wed Feb 7 19:03:28 2007 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/gtkentry.c (gtk_entry_motion_notify): fixed motion request
|
||||
condition which was wrongly ported with my last commit.
|
||||
|
||||
Tue Feb 6 15:53:59 2007 Tim Janik <timj@imendio.com>
|
||||
|
||||
* gtk/gtktextview.c (gtk_text_view_motion_event):
|
||||
|
@ -1872,8 +1872,7 @@ gtk_entry_motion_notify (GtkWidget *widget,
|
||||
if (entry->select_lines)
|
||||
return TRUE;
|
||||
|
||||
if (entry->text_area != event->window)
|
||||
gdk_event_request_motions (event);
|
||||
gdk_event_request_motions (event);
|
||||
|
||||
if (entry->in_drag)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user