summaryrefslogtreecommitdiff
path: root/epostunit.pas
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-10-04 11:31:26 +0200
committerErich Eckner <git@eckner.net>2017-10-04 11:31:26 +0200
commit7d3e0ce1e8512340c572fe6bef58b2da9e7375f1 (patch)
tree8c534d57bb0398486a1c0858bd79cff93ab97ee0 /epostunit.pas
parent3bc1d704b5f32491cf152e9e15c4352a33085cb4 (diff)
downloadepost-7d3e0ce1e8512340c572fe6bef58b2da9e7375f1.tar.xz
epostunit.pas: bugfix Skalierung bei Lineout
Diffstat (limited to 'epostunit.pas')
-rw-r--r--epostunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/epostunit.pas b/epostunit.pas
index 96582c6..f512265 100644
--- a/epostunit.pas
+++ b/epostunit.pas
@@ -4276,7 +4276,7 @@ begin
end;
xFak:=1;
yFak:=1;
- skalierung:=2*pi;
+ skalierung:=1;
bekannteBefehle:=tMyStringList.create;
repeat
if not f.metaReadln(s,true) then begin