David Hedberg david.hedberg@gmail.com writes:
@@ -1652,6 +1666,11 @@ static LRESULT on_command_filetype(FileDialogImpl *This, WPARAM wparam, LPARAM l } CoTaskMemFree(filename); }
/* The documentation claims that OnTypeChange is called only
* when the dialog is opened, but this is obviously not the
* case. */
events_OnTypeChange(This);
It would be more obvious with a test case...