mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 21:58:32 +01:00
LCL: ClientRect Left<=Top, Top<=Bottom check
git-svn-id: trunk@12641 -
This commit is contained in:
parent
9436edc31c
commit
fe3cf23b63
@ -3444,6 +3444,8 @@ begin
|
||||
Result.Bottom:=FLoadedClientSize.Y;
|
||||
end;
|
||||
end;
|
||||
Result.Right:=Max(Result.Left,Result.Right);
|
||||
Result.Bottom:=Max(Result.Top,Result.Bottom);
|
||||
StoreClientRect(Result);
|
||||
|
||||
{r:=inherited GetClientRect;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user