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:
parent
37e176dc82
commit
ea0ee7fc0b
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user