[PATCH 2/5] comdlg32: Implement calling IFileDialogEvents::OnTypeChange().

Alexandre Julliard julliard at winehq.org
Mon Aug 25 13:39:43 CDT 2014


David Hedberg <david.hedberg at 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 at winehq.org



More information about the wine-devel mailing list