diff options
Diffstat (limited to 'epostunit.pas')
-rw-r--r-- | epostunit.pas | 5 |
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); |