It is possible that a GtkLayout may have been scrolled _before_ it was
2002-01-15 Jody Goldberg <jody@gnome.org> * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a GtkLayout may have been scrolled _before_ it was realized.
This commit is contained in:
parent
affd934c32
commit
691be10dbc
@ -1,3 +1,8 @@
|
||||
2002-01-15 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
|
||||
GtkLayout may have been scrolled _before_ it was realized.
|
||||
|
||||
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-01-15 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
|
||||
GtkLayout may have been scrolled _before_ it was realized.
|
||||
|
||||
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-01-15 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
|
||||
GtkLayout may have been scrolled _before_ it was realized.
|
||||
|
||||
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-01-15 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
|
||||
GtkLayout may have been scrolled _before_ it was realized.
|
||||
|
||||
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-01-15 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
|
||||
GtkLayout may have been scrolled _before_ it was realized.
|
||||
|
||||
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-01-15 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
|
||||
GtkLayout may have been scrolled _before_ it was realized.
|
||||
|
||||
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
|
||||
|
@ -1,3 +1,8 @@
|
||||
2002-01-15 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
* gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
|
||||
GtkLayout may have been scrolled _before_ it was realized.
|
||||
|
||||
Tue Jan 15 18:10:24 2002 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
|
||||
|
@ -812,8 +812,8 @@ gtk_layout_realize (GtkWidget *widget)
|
||||
&attributes, attributes_mask);
|
||||
gdk_window_set_user_data (widget->window, widget);
|
||||
|
||||
attributes.x = 0;
|
||||
attributes.y = 0;
|
||||
attributes.x = - layout->hadjustment->value,
|
||||
attributes.y = - layout->vadjustment->value;
|
||||
attributes.width = MAX (layout->width, widget->allocation.width);
|
||||
attributes.height = MAX (layout->height, widget->allocation.height);
|
||||
attributes.event_mask = GDK_EXPOSURE_MASK | GDK_SCROLL_MASK |
|
||||
|
Loading…
Reference in New Issue
Block a user