mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-01 09:24:22 +01:00
Fix inability to close the History window
This commit is contained in:
@@ -185,7 +185,7 @@ bool HistoryWindow::Show( bool show )
|
|||||||
{
|
{
|
||||||
if ( show && !IsShown())
|
if ( show && !IsShown())
|
||||||
DoUpdate();
|
DoUpdate();
|
||||||
return wxDialogWrapper::Show();
|
return wxDialogWrapper::Show( show );
|
||||||
}
|
}
|
||||||
|
|
||||||
void HistoryWindow::DoUpdate()
|
void HistoryWindow::DoUpdate()
|
||||||
|
|||||||
Reference in New Issue
Block a user