25 Aug
2014
25 Aug
'14
6:39 p.m.
David Hedberg <david.hedberg(a)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... -- Alexandre Julliard julliard(a)winehq.org