Bug 799443 - Edit find account jump then open, open the last…

highlighted account not the jumped to account
This commit is contained in:
Christopher Lam
2024-10-19 08:25:30 +08:00
committed by John Ralls
parent f2f5e2c52d
commit fc1ccfb06e

View File

@@ -1485,7 +1485,7 @@ gnc_tree_view_account_set_selected_account (GncTreeViewAccount *view,
}
gtk_tree_path_free(parent_path);
gtk_tree_selection_select_path (selection, s_path);
gtk_tree_view_set_cursor (GTK_TREE_VIEW (view), s_path, 0, FALSE);
/* give gtk+ a chance to resize the tree view first by handling pending
* configure events */