LCL: Fix copy/paste error. Issue #0038078.

git-svn-id: branches/fixes_2_0@64135 -
This commit is contained in:
bart 2020-11-14 15:39:47 +00:00
parent 90cbe5eed9
commit 18ff8c4700

View File

@ -95,7 +95,7 @@ var
if NewHeight <= 0 then
NewHeight := GetSystemMetrics(SM_CYMAXIMIZED);
if NewWidth <= 0 then
NewHeight := GetSystemMetrics(SM_CXMAXIMIZED);
NewWidth := GetSystemMetrics(SM_CXMAXIMIZED);
end else
begin
NewHeight := GetSystemMetrics(SM_CYMAXIMIZED);