mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 16:38:02 +02:00
LCL: Fix copy/paste error. Issue #0038078.
git-svn-id: branches/fixes_2_0@64135 -
This commit is contained in:
parent
90cbe5eed9
commit
18ff8c4700
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user