]> Pileus Git - ~andy/gtk/commit
Correctly keep the same text on the top of the screen, considering that
authorHavoc Pennington <hp@redhat.com>
Tue, 23 Oct 2001 23:06:14 +0000 (23:06 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Tue, 23 Oct 2001 23:06:14 +0000 (23:06 +0000)
commit14cc0e8f778524b289d20bf4059a7365f58d34c4
treeab5d7e2e08af60a3ec50c7d85260e459c26e8b3b
parentfd3196d9ed831cf61d28270973c359fdd67835d7
Correctly keep the same text on the top of the screen, considering that

2001-10-23  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextview.c (changed_handler): Correctly keep the same
text on the top of the screen, considering that the changed region
may have overlapped the first paragraph. Should fix msw's "text
widget scrolled to wrong place on map" bug, and probably some
other scrolling cases as well.
(gtk_text_view_set_scroll_adjustments): start adjustments at 0.0,
instead of some random value

* gtk/gtktextview.c (gtk_text_view_class_init): actually override
grab_focus, so #59708 is really fixed
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktextview.c