diff options
-rw-r--r-- | src/mir_app/src/proto_opts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/proto_opts.cpp b/src/mir_app/src/proto_opts.cpp index a6bf6a8ca7..7eaa91cc69 100644 --- a/src/mir_app/src/proto_opts.cpp +++ b/src/mir_app/src/proto_opts.cpp @@ -466,7 +466,7 @@ public: WriteDbAccounts();
NotifyEventHooks(hAccListChanged, PRAC_CHECKED, (LPARAM)pa);
UpdateAccountInfo();
- RedrawWindow(m_accList.GetHwnd(), nullptr, nullptr, RDW_INVALIDATE);
+ SelectItem(m_accList.GetCurSel());
}
void OnOk(CCtrlButton*)
|