mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-24 06:10:09 +01:00
Send an initial filter changed event under GTK
This commit is contained in:
@@ -466,6 +466,9 @@ int FileDialog::ShowModal()
|
||||
root->Layout();
|
||||
verticalSizer->SetSizeHints(root);
|
||||
|
||||
// Send an initial filter changed event
|
||||
GTKFilterChanged();
|
||||
|
||||
return wxDialog::ShowModal();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user