summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-01-21 22:31:29 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-01-21 22:31:29 +0000
commit2294c892e70fe8ebce65a51c42340c59c19e1ac4 (patch)
treef03598fb57232922b9eb1272f64d4f1c502dce25 /ChangeLog
parentfb5befb643fb6816d8aeb54a0a4855e0eaea8b7a (diff)
downloadgtk+-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8aaebd85aa..8d7bc995f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)