diff options
author | Tim Janik <timj@gtk.org> | 2002-01-02 22:08:49 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2002-01-02 22:08:49 +0000 |
commit | bc879373a250a3aa41d64c3b66a33bf8e3d43d10 (patch) | |
tree | 05827265926f7757d6a7d4f616f78667753d59a2 /ChangeLog.pre-2-4 | |
parent | 11ae67f9eb63a4e60e4bbdcbfe42902ab2b1d7d0 (diff) | |
download | gtk+-bc879373a250a3aa41d64c3b66a33bf8e3d43d10.tar.gz |
don't ignore realized but visible && !mapped resize containers (which is
Wed Jan 2 23:09:06 2002 Tim Janik <timj@gtk.org>
* gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
realized but visible && !mapped resize containers (which is
possible with unset CHILD_VISIBLE now).
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index fd45653a47..06afd90dc9 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Wed Jan 2 23:09:06 2002 Tim Janik <timj@gtk.org> + + * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore + realized but visible && !mapped resize containers (which is + possible with unset CHILD_VISIBLE now). + 2002-01-02 jacob berkman <jacob@ximian.com> * gtk/Makefile.am (LDFLAGS): automake still doesn't support |