Bladeren bron

* do not reset aspect ratio in GraphDefaults (TP7 compatibility fix)

git-svn-id: trunk@15962 -
nickysn 15 jaren geleden
bovenliggende
commit
07519e8839
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      packages/graph/src/inc/graph.inc

+ 2 - 1
packages/graph/src/inc/graph.inc

@@ -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;