mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 16:43:52 +01:00
Fix a comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user