Skip to content

Commit

Permalink
Bug 799443 - Edit find account jump then open, open the last highligh…
Browse files Browse the repository at this point in the history
…ted account not the jumped to account
  • Loading branch information
christopherlam committed Oct 19, 2024
1 parent f2f5e2c commit 66331fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gnucash/gnome-utils/gnc-tree-view-account.c
Original file line number Diff line number Diff line change
Expand Up @@ -1486,6 +1486,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 66331fe

Please sign in to comment.