Browse Source

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

git-svn-id: trunk@15962 -
nickysn 15 years ago
parent
commit
07519e8839
1 changed files with 2 additions and 1 deletions
  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.horiz:=LeftText;
      CurrentTextInfo.vert:=TopText;
      CurrentTextInfo.vert:=TopText;
 
 
-     XAspect:=10000; YAspect:=10000;
+     {fix by nickysn: TP7 doesn't reset aspect ratio in GraphDefaults }
+     {XAspect:=10000; YAspect:=10000;}
    end;
    end;