diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-01-21 22:31:29 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-01-21 22:31:29 +0000 |
commit | 2294c892e70fe8ebce65a51c42340c59c19e1ac4 (patch) | |
tree | f03598fb57232922b9eb1272f64d4f1c502dce25 /ChangeLog | |
parent | fb5befb643fb6816d8aeb54a0a4855e0eaea8b7a (diff) | |
download | gtk+-2294c892e70fe8ebce65a51c42340c59c19e1ac4.tar.gz |
Adjust the vadjustment value after changing its bounds. (fixes #101963 and
2003-01-21 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the
vadjustment value after changing its bounds. (fixes #101963 and
#73562)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2003-01-21 Matthias Clasen <maclas@gmx.de> + * gtk/gtktextview.c (gtk_text_view_size_allocate): Adjust the + vadjustment value after changing its bounds. (fixes #101963 and + #73562) + * gtk/gtkcolorsel.c (hex_changed): Fix clamping to [0,1] to avoid unnecessary roundtrip failures. (#93500) |