mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 03:09:19 +02:00
* do not reset aspect ratio in GraphDefaults (TP7 compatibility fix)
git-svn-id: trunk@15962 -
This commit is contained in:
parent
84cc38f4af
commit
07519e8839
@ -1861,7 +1861,8 @@ end;
|
||||
CurrentTextInfo.horiz:=LeftText;
|
||||
CurrentTextInfo.vert:=TopText;
|
||||
|
||||
XAspect:=10000; YAspect:=10000;
|
||||
{fix by nickysn: TP7 doesn't reset aspect ratio in GraphDefaults }
|
||||
{XAspect:=10000; YAspect:=10000;}
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user