Skip to content

Commit 9ba82d0

Browse files
authored
Merge pull request moneymanagerex#8322 from whalley/master
2 parents e338e62 + 957acbb commit 9ba82d0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

contrib.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ Marco Pelizzoli
234234
Tom Vergotte
235235
Tat Hiu Law
236236
Jerry Marsh
237+
Maurizio Peroni
237238

238239
### 2025
239240
Renato

src/app/mmFrame.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1495,9 +1495,14 @@ void mmFrame::OnPopupEditAccount(wxCommandEvent& /*event*/)
14951495
if (!account)
14961496
return;
14971497

1498+
JournalPanel* cp = wxDynamicCast(panelCurrent_, JournalPanel);
14981499
AccountDialog dlg(account, this);
14991500
if (dlg.ShowModal() == wxID_OK)
1501+
{
15001502
RefreshNavigationTree();
1503+
cp->refreshList();
1504+
}
1505+
15011506
}
15021507
//----------------------------------------------------------------------------
15031508

0 commit comments

Comments
 (0)