summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-10-04 11:23:05 +0200
committerErich Eckner <git@eckner.net>2017-10-04 11:23:05 +0200
commitc2787b30fdb53533caf9f5da933e6d8e604e4943 (patch)
treecbb529e6b5d73d704ff847c3b4b00b553224d52f
parente18c218b73d5f984a160b45e8cd806007991081b (diff)
downloadepost-c2787b30fdb53533caf9f5da933e6d8e604e4943.tar.xz
epostunit.pas: style
-rw-r--r--epostunit.pas5
1 files changed, 2 insertions, 3 deletions
diff --git a/epostunit.pas b/epostunit.pas
index 93c54d1..d5b98c0 100644
--- a/epostunit.pas
+++ b/epostunit.pas
@@ -3227,11 +3227,11 @@ begin
fehler('Das Minimum ist nicht eindeutig!');
end;
end;
- gibAus('... sie sind '+myFloatToStr(_minW)+' ('+tInt64PointToStr(_minP)+') und '+myFloatToStr(_maxW)+' ('+tInt64PointToStr(_maxP)+'). '+timetostr(now-Zeit),3);
+ gibAus('... sie sind '+myFloatToStr(_maxW)+' ('+tInt64PointToStr(_maxP)+') und '+myFloatToStr(_minW)+' ('+tInt64PointToStr(_minP)+'). '+timetostr(now-Zeit),3);
if symmetrisch then begin
_minW:=min(_minW,-_maxW);
_maxW:=max(_maxW,-_minW);
- gibAus('Jetzt sind sie '+myFloatToStr(_minW)+' und '+myFloatToStr(_maxW)+'. '+timetostr(now-Zeit),3);
+ gibAus('Jetzt sind sie '+myFloatToStr(_maxW)+' und '+myFloatToStr(_minW)+'. '+timetostr(now-Zeit),3);
end;
end;
@@ -5132,7 +5132,6 @@ begin
with beschriftungen[length(beschriftungen)-1] do begin
fontRend:=fontRenderer;
lage:=achsen[i].lage;
-// position:=(wert-miW)/(maW-miW);
position:=Ausschnitt.wertZuPositionAufAchse(achsen[i].lage,wert);
if (position<0) or (position>1) then begin