Sparta: Fix a condition testing FPC version.

git-svn-id: trunk@62597 -
This commit is contained in:
juha 2020-01-29 23:43:04 +00:00
parent 69a95ec8cc
commit 2404e52688

View File

@ -205,7 +205,7 @@ procedure TFormImpl.SetRealBounds(AIndex: Integer; AValue: Integer);
LFormRect := Rect(0, 0, 0, 0);;
LCLIntf.GetClientRect(GetForm.Handle, LFormRect);
LRealValue := GetRealBounds(AIndex);
{$IF FPC_FULLVERSION < 301010}
{$IF FPC_FULLVERSION < 30101}
case AIndex of
0: LValue := LFormRect.Left;
1: LValue := LFormRect.Top;