diff options
author | Tim Janik <timj@gtk.org> | 1999-02-25 08:58:23 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1999-02-25 08:58:23 +0000 |
commit | 3a3a0ef97bb83e7359269ea8ad7e261a83e69165 (patch) | |
tree | 6a9d02ca41aa49169d14f9ffc20d9b2ceb6470f1 /ChangeLog.pre-2-4 | |
parent | cf7888fdafc3cae2ae6742969524e9995c3ea141 (diff) | |
download | gtk+-3a3a0ef97bb83e7359269ea8ad7e261a83e69165.tar.gz |
don't add extra width or height if the requested size is mandatory (i.e.
Thu Feb 25 09:50:38 1999 Tim Janik <timj@gtk.org>
* gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): don't add
extra width or height if the requested size is mandatory (i.e. set
through child->usize).
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 203836ffc8..36039abf69 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Thu Feb 25 09:50:38 1999 Tim Janik <timj@gtk.org> + + * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): don't add + extra width or height if the requested size is mandatory (i.e. set + through child->usize). + Thu Feb 25 02:13:20 CST 1999 Shawn T. Amundson <amundson@gtk.org> * gtk/gtkmenu.[ch]: New function gtk_menu_reorder_child() |