summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1998-05-22 21:33:44 +0000
committerElliot Lee <sopwith@src.gnome.org>1998-05-22 21:33:44 +0000
commit63596d22ae193d19c6c445fad3a104e13a1700f9 (patch)
treee32a79b2892b7d48cee6928a126d0c02e5678ca5 /ChangeLog.pre-2-4
parent0e5ab967d56cdeb87b3fac18d71b8298bac0521c (diff)
downloadgtk+-63596d22ae193d19c6c445fad3a104e13a1700f9.tar.gz
Fix size_allocate to pass on to the child even if child isn't visible.
Fix size_allocate to pass on to the child even if child isn't visible. Also locate child at (border_width, border_width) not (0,0)
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-46
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index d46f44ba27..f18865205b 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,9 @@
+1998-05-22 <sopwith@redhat.com>
+
+ * gtk/gtkeventbox.c: Pass size_allocate on to the child
+ regardless of whether it is visible or not. Also
+ locate child at (border_width,border_width), not (0,0)
+
Fri May 22 03:02:40 1998 Owen Taylor <otaylor@gtk.org>
* gtk/gtkhandlebox.c: Added style_set handler.