diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-09-26 23:46:57 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-09-26 23:46:57 +0000 |
commit | 6b5d56e39ccc13e3f90da286687ad946c9926fb4 (patch) | |
tree | ae7711f095da720586ca7c052cae970537182abe /ChangeLog.pre-2-10 | |
parent | 7a4bc2038fc1b5a94ff89475ea01add4483071a6 (diff) | |
download | gdk-pixbuf-6b5d56e39ccc13e3f90da286687ad946c9926fb4.tar.gz |
We may be queueing a resize on a toplevel container between the time we
Sun Sep 26 19:44:34 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtkcontainer.c (gtk_container_queue_resize): We may
be queueing a resize on a toplevel container between
the time we show it and when we map it. So, we need
to test GTK_WIDGET_VISIBLE() for toplevels, and only
use GTK_WIDGET_DRAWABLE() for child windows.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 08e3a0688..562e3b498 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,11 @@ +Sun Sep 26 19:44:34 1999 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkcontainer.c (gtk_container_queue_resize): We may + be queueing a resize on a toplevel container between + the time we show it and when we map it. So, we need + to test GTK_WIDGET_VISIBLE() for toplevels, and only + use GTK_WIDGET_DRAWABLE() for child windows. + Thu Sep 23 20:11:38 CDT 1999 Shawn T. Amundson <amundson@gtk.org> * Released GTK+ 1.2.5 |