Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zenden2k committed Jun 26, 2023
1 parent e35dece commit 1cd8f43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Source/Gui/Dialogs/WizardDlg.cpp
Expand Up @@ -2320,9 +2320,10 @@ void CWizardDlg::showLogWindowForFileName(CString fileName) {
wnd->setFileNameFilter(fileName);
wnd->setLogger(logger_.get());
wnd->TranslateUI();
logWindowsByFileName_[fileName] = std::move(wnd);

wnd->reloadList();
wnd->Show();
logWindowsByFileName_[fileName] = std::move(wnd);
}

LRESULT CWizardDlg::OnTimer(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled) {
Expand Down

0 comments on commit 1cd8f43

Please sign in to comment.