summaryrefslogtreecommitdiff
path: root/epostunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'epostunit.pas')
-rw-r--r--epostunit.pas5
1 files changed, 5 insertions, 0 deletions
diff --git a/epostunit.pas b/epostunit.pas
index e367ad0..8476812 100644
--- a/epostunit.pas
+++ b/epostunit.pas
@@ -5342,6 +5342,11 @@ begin
miW:=Ausschnitt.achsen['y','x'];
maW:=Ausschnitt.achsen['y','y'];
end;
+ if miW>maW then begin
+ wert:=miW;
+ miW:=maW;
+ maW:=wert;
+ end;
schritt:=(maW-miW)/achsen[i].striche;
j:=round(ln(schritt)/ln(10));
schritt:=achsen[i].faktor*power(10,j);