forked from AuroraMiddleware/gtk
make the search dialog not scroll horizontally (prolly fixes #74806).
Thu Apr 25 23:36:55 2002 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_search_iter): make the search dialog not scroll horizontally (prolly fixes #74806).
This commit is contained in:
parent
82a4dddf42
commit
f5510b6468
@ -1,3 +1,8 @@
|
||||
Thu Apr 25 23:36:55 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_search_iter): make the search
|
||||
dialog not scroll horizontally (prolly fixes #74806).
|
||||
|
||||
2002-04-25 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkrange.c (gtk_range_calc_layout): Avoid a possible
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Apr 25 23:36:55 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_search_iter): make the search
|
||||
dialog not scroll horizontally (prolly fixes #74806).
|
||||
|
||||
2002-04-25 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkrange.c (gtk_range_calc_layout): Avoid a possible
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Apr 25 23:36:55 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_search_iter): make the search
|
||||
dialog not scroll horizontally (prolly fixes #74806).
|
||||
|
||||
2002-04-25 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkrange.c (gtk_range_calc_layout): Avoid a possible
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Apr 25 23:36:55 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_search_iter): make the search
|
||||
dialog not scroll horizontally (prolly fixes #74806).
|
||||
|
||||
2002-04-25 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkrange.c (gtk_range_calc_layout): Avoid a possible
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Apr 25 23:36:55 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_search_iter): make the search
|
||||
dialog not scroll horizontally (prolly fixes #74806).
|
||||
|
||||
2002-04-25 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkrange.c (gtk_range_calc_layout): Avoid a possible
|
||||
|
@ -1,3 +1,8 @@
|
||||
Thu Apr 25 23:36:55 2002 Kristian Rietveld <kris@gtk.org>
|
||||
|
||||
* gtk/gtktreeview.c (gtk_tree_view_search_iter): make the search
|
||||
dialog not scroll horizontally (prolly fixes #74806).
|
||||
|
||||
2002-04-25 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkrange.c (gtk_range_calc_layout): Avoid a possible
|
||||
|
@ -10426,8 +10426,8 @@ gtk_tree_view_search_iter (GtkTreeModel *model,
|
||||
(*count)++;
|
||||
if (*count == n)
|
||||
{
|
||||
gtk_tree_view_scroll_to_cell (tree_view, path, column,
|
||||
TRUE, 0.5, 0.5);
|
||||
gtk_tree_view_scroll_to_cell (tree_view, path, NULL,
|
||||
TRUE, 0.5, 0.0);
|
||||
gtk_tree_selection_select_iter (selection, iter);
|
||||
gtk_tree_view_real_set_cursor (tree_view, path, FALSE, TRUE);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user