1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-05 16:43:52 +01:00

Fix a comment

This commit is contained in:
Paul Licameli
2020-03-31 09:52:12 -04:00
parent 106119cb28
commit 7a397b57ac

View File

@@ -841,7 +841,7 @@ void MacrosWindow::OnListSelected(wxListEvent & WXUNUSED(event))
/// The window has been resized.
void MacrosWindow::OnSize(wxSizeEvent & WXUNUSED(event))
{
// Refrsh the layout and re-fit the columns.
// Refresh the layout and re-fit the columns.
Layout();
if( !mbExpanded )
return;