Re: [PATCH 2/5] comdlg32: Implement calling IFileDialogEvents::OnTypeChange().
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
4128
Age (days ago)
4128
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard