]> Pileus Git - ~andy/gtk/commit
Fixes #70708
authorKristian Rietveld <kris@gtk.org>
Wed, 6 Feb 2002 22:37:04 +0000 (22:37 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Wed, 6 Feb 2002 22:37:04 +0000 (22:37 +0000)
commit1c0e6dd0ad8f3ca60e7270376a2196081a2947ae
tree7f0c5cbc31c5cee8e6774536eef0532c1e32f913
parente58c6eca328bc42eadab818d9be443be4ff52e25
Fixes #70708

Wed Feb  6 23:28:39 2002  Kristian Rietveld  <kris@gtk.org>

        Fixes #70708

        * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): we're dealing
        with widget coordinates here, so take the header height into
        account while converting
        (gtk_tree_view_widget_to_tree_coords): take header height into
        account
        (gtk_tree_view_tree_to_widget_coords): ditto
        (gtk_tree_view_get_dest_row_at_pos): we were passing coords
        relative to the tree with _get_path_at_pos, while that function
        wants coords relative to the widget
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/gtktreeview.c