Skip to content

Commit

Permalink
Merge pull request moneymanagerex#6498 from n-stein/fix(moneymanagere…
Browse files Browse the repository at this point in the history
…x#6497)

fix(moneymanagerex#6497): apply right click filter in All Transactions
  • Loading branch information
whalley committed Jan 31, 2024
2 parents 4c65e57 + a136a55 commit 17e5fd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mmchecking_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ void TransactionListCtrl::findInAllTransactions(wxCommandEvent& event) {
if (currentId.IsOk() && currentId == allTransactionsId)
{
m_cp->m_trans_filter_dlg.reset(new mmFilterTransactionsDialog(this, -1, false, rightClickFilter_));
m_cp->m_currentView = mmCheckingPanel::MENU_VIEW_FILTER_DIALOG;
m_cp->initFilterSettings();
refreshVisualList();
}
Expand Down

0 comments on commit 17e5fd5

Please sign in to comment.