diff options
author | Havoc Pennington <hp@pobox.com> | 2002-02-25 04:55:56 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-02-25 04:55:56 +0000 |
commit | f9debe2f690e165944810058569503a6b207f903 (patch) | |
tree | 8c02bae43b4913eedc0320809a95a5e863593601 /ChangeLog.pre-2-0 | |
parent | 8ddb92e4911f0f9304be211382b4e80258d7804b (diff) | |
download | gtk+-f9debe2f690e165944810058569503a6b207f903.tar.gz |
add dx/dy to child allocation, don't subtract them. Also, copy code from
2002-02-24 Havoc Pennington <hp@pobox.com>
* gtk/gtktextview.c (gtk_text_view_value_changed): add dx/dy to
child allocation, don't subtract them. Also, copy code from CList
to recursively adjust the child allocation, instead of just
adjusting immediate children. #69115
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 9ab9b6c5f0..0b7f35b4af 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,4 +1,11 @@ 2002-02-24 Havoc Pennington <hp@pobox.com> + + * gtk/gtktextview.c (gtk_text_view_value_changed): add dx/dy to + child allocation, don't subtract them. Also, copy code from CList + to recursively adjust the child allocation, instead of just + adjusting immediate children. #69115 + +2002-02-24 Havoc Pennington <hp@pobox.com> * gtk/gtkstyle.c (_gtk_draw_insertion_cursor): change to pass in the cursor direction always, not just when we need an arrow, so we |