From 07519e883990f269c2d7854abb5597407d187740 Mon Sep 17 00:00:00 2001 From: nickysn Date: Thu, 9 Sep 2010 23:26:07 +0000 Subject: [PATCH] * do not reset aspect ratio in GraphDefaults (TP7 compatibility fix) git-svn-id: trunk@15962 - --- packages/graph/src/inc/graph.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/graph/src/inc/graph.inc b/packages/graph/src/inc/graph.inc index 69d5b9bc97..361040175c 100644 --- a/packages/graph/src/inc/graph.inc +++ b/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;