diff options
-rw-r--r-- | epostunit.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epostunit.pas b/epostunit.pas index 44b6427..c1013f2 100644 --- a/epostunit.pas +++ b/epostunit.pas @@ -4356,7 +4356,7 @@ begin rundeAuf2:=true; continue; end; - if senkrecht then begin + if not senkrecht then begin if istDasBefehl('tMin:',s,bekannteBefehle,true) or istDasBefehl('yMin:',s,bekannteBefehle,true) then begin tMin:=round(quelle.kont2disk('t',quelle.exprToFloat(sT,s))); continue; |