Win32: Fix crash in TWin32WSOpenDialog.DestroyHandle, caused by me in commit 7cfdbd74.

This commit is contained in:
Bart 2025-04-02 17:22:24 +02:00
parent 441180f7e0
commit 126f2628d4

View File

@ -1073,6 +1073,7 @@ var
Dialog: IFileDialog;
Idx: Integer;
begin
Idx := -1;
if (ACommonDialog.Handle <> 0) and (ACommonDialog.Handle <> INVALID_HANDLE_VALUE) then
begin
if CanUseVistaDialogs(TOpenDialog(ACommonDialog)) and not IsXPStyleFallBack(TOpenDialog(ACommonDialog), Idx) then