Skip to content

Commit

Permalink
Merge Christopher Lam's 'bug799443' into stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Dec 12, 2024
2 parents 94bac09 + fc1ccfb commit ad9ed45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/gnome-utils/gnc-tree-view-account.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ad9ed45

Please sign in to comment.