summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epostunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/epostunit.pas b/epostunit.pas
index 53a50ca..cf022c7 100644
--- a/epostunit.pas
+++ b/epostunit.pas
@@ -5812,7 +5812,7 @@ begin
Ausschnitt:=tKoordinatenAusschnitt.create(transformationen,xMin,xMax,tMin,tMax);
- if (breite=1) or (hoehe=1) then begin
+ if (breite<=1) or (hoehe<=1) then begin
gibAus('Keine/kaum Bildpunkte innerhalb der festgelegten Grenzen!',3);
aufraeumen;
exit;