summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-106
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 2e07d7ed97..7da0dce54e 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,5 +1,11 @@
2005-06-19 Kristian Rietveld <kris@gtk.org>
+ * gtk/gtktreeview.c (validate_visible_area): only keep the
+ row at the same position if the full row is visible. (#304623,
+ Jorn Baayen).
+
+2005-06-19 Kristian Rietveld <kris@gtk.org>
+
* gtk/gtktreeview.c (gtk_tree_view_size_allocate): set dy to zero
if treeview's height is smaller than the current page_size (just
like we do elsewhere).