Send an initial filter changed event under GTK

This commit is contained in:
Leland Lucius 2015-07-29 01:59:42 -05:00
parent 84dcb5db4f
commit 573365765a
1 changed files with 3 additions and 0 deletions

View File

@ -466,6 +466,9 @@ int FileDialog::ShowModal()
root->Layout();
verticalSizer->SetSizeHints(root);
// Send an initial filter changed event
GTKFilterChanged();
return wxDialog::ShowModal();
}