We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e338e62 + 957acbb commit 9ba82d0Copy full SHA for 9ba82d0
contrib.txt
@@ -234,6 +234,7 @@ Marco Pelizzoli
234
Tom Vergotte
235
Tat Hiu Law
236
Jerry Marsh
237
+Maurizio Peroni
238
239
### 2025
240
Renato
src/app/mmFrame.cpp
@@ -1495,9 +1495,14 @@ void mmFrame::OnPopupEditAccount(wxCommandEvent& /*event*/)
1495
if (!account)
1496
return;
1497
1498
+ JournalPanel* cp = wxDynamicCast(panelCurrent_, JournalPanel);
1499
AccountDialog dlg(account, this);
1500
if (dlg.ShowModal() == wxID_OK)
1501
+ {
1502
RefreshNavigationTree();
1503
+ cp->refreshList();
1504
+ }
1505
+
1506
}
1507
//----------------------------------------------------------------------------
1508
0 commit comments