mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-15 13:49:42 +02:00
* fixed vector window size
git-svn-id: trunk@3602 -
This commit is contained in:
parent
1cb8a2b9e8
commit
eb70381970
@ -1499,7 +1499,7 @@ Const
|
|||||||
Desktop^.GetExtent(R);
|
Desktop^.GetExtent(R);
|
||||||
{$ifdef cpui386}
|
{$ifdef cpui386}
|
||||||
R.A.X:=R.B.X-60;
|
R.A.X:=R.B.X-60;
|
||||||
R.B.Y:=R.A.Y+19;
|
R.B.Y:=R.A.Y+20;
|
||||||
{$endif cpui386}
|
{$endif cpui386}
|
||||||
{$ifdef cpum68k}
|
{$ifdef cpum68k}
|
||||||
R.A.X:=R.B.X-60;
|
R.A.X:=R.B.X-60;
|
||||||
|
Loading…
Reference in New Issue
Block a user