mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-03 14:13:11 +02:00
Send an initial filter changed event under GTK
This commit is contained in:
parent
84dcb5db4f
commit
573365765a
@ -466,6 +466,9 @@ int FileDialog::ShowModal()
|
|||||||
root->Layout();
|
root->Layout();
|
||||||
verticalSizer->SetSizeHints(root);
|
verticalSizer->SetSizeHints(root);
|
||||||
|
|
||||||
|
// Send an initial filter changed event
|
||||||
|
GTKFilterChanged();
|
||||||
|
|
||||||
return wxDialog::ShowModal();
|
return wxDialog::ShowModal();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user