diff options
author | Havoc Pennington <hp@redhat.com> | 2002-02-14 00:06:13 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2002-02-14 00:06:13 +0000 |
commit | 07002791f73163c997968038c8b00cfc8f5c7648 (patch) | |
tree | 5d91ecf21830c1c0dd19fba2444e2b75a88b05e3 /ChangeLog.pre-2-8 | |
parent | a760ad804e1603ca6ee7e164e6cc5dc12e0f3b41 (diff) | |
download | gtk+-07002791f73163c997968038c8b00cfc8f5c7648.tar.gz |
validate a larger area, proportional to widget size, to fix #71427
2002-02-13 Havoc Pennington <hp@redhat.com>
* gtk/gtktextview.c (gtk_text_view_flush_scroll): validate a
larger area, proportional to widget size, to fix
#71427 reported by Dennis Bjorklund
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 91483566a3..a7783e3c74 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,11 @@ 2002-02-13 Havoc Pennington <hp@redhat.com> + * gtk/gtktextview.c (gtk_text_view_flush_scroll): validate a + larger area, proportional to widget size, to fix + #71427 reported by Dennis Bjorklund + +2002-02-13 Havoc Pennington <hp@redhat.com> + * gtk/gtktextview.c (gtk_text_view_paint): just go ahead and flush all the first validate stuff if it hasn't been done, presumably someone called process_updates at a weird time. |