Fix inability to close the History window

This commit is contained in:
Paul Licameli 2019-05-27 09:11:52 -04:00
parent 37e176dc82
commit ea0ee7fc0b
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ bool HistoryWindow::Show( bool show )
{
if ( show && !IsShown())
DoUpdate();
return wxDialogWrapper::Show();
return wxDialogWrapper::Show( show );
}
void HistoryWindow::DoUpdate()