summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-04-20 13:56:45 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-04-20 13:56:45 +0000
commitea54ff623e6174bd32ccf36184dad799996df2eb (patch)
tree565694df548b891d49d123f7a88f080a23a8aebc /ChangeLog.pre-2-4
parent2f49fbd6cd8749aa6c13370cc6fa83aaae958018 (diff)
downloadgtk+-ea54ff623e6174bd32ccf36184dad799996df2eb.tar.gz
Don't scroll to cursor position if we already have pending scrolls.
2004-04-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (gtk_text_view_scroll_pages): (gtk_text_view_scroll_hpages): Don't scroll to cursor position if we already have pending scrolls. Bandaid fix for #78513.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-43
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 87a17afa85..e14b21d80f 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -3,6 +3,9 @@
* gtk/gtktextview.c (gtk_text_view_allocate_children): Make
sure anchored children get size allocated, even if the layout
is valid. (#122323, Andrew E. Makeev)
+ (gtk_text_view_scroll_pages):
+ (gtk_text_view_scroll_hpages): Don't scroll to cursor position
+ if we already have pending scrolls. Bandaid fix for #78513.
Mon Apr 19 17:59:17 2004 Owen Taylor <otaylor@redhat.com>