mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 10:49:27 +02:00
WS, Win32: ShowModal, Fix checking for correct handle. Prevent crash. See Issue #39314
This commit is contained in:
parent
05970c6b0f
commit
754cedea82
@ -995,7 +995,7 @@ var
|
||||
lOldWorkingDir, lInitialDir: string;
|
||||
Dialog: IFileOpenDialog;
|
||||
begin
|
||||
if ACommonDialog.Handle <> 0 then
|
||||
if ACommonDialog.Handle <> INVALID_HANDLE_VALUE then
|
||||
begin
|
||||
State := SaveApplicationState;
|
||||
lOldWorkingDir := GetCurrentDirUTF8;
|
||||
|
Loading…
Reference in New Issue
Block a user