1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-07-12 14:47:43 +02:00

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

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()