V7.0
This commit is contained in:
@@ -5215,7 +5215,7 @@ begin
|
||||
begin
|
||||
if affevt then affiche('Affiche_tco',clLime);
|
||||
if pImageTCO=nil then exit;
|
||||
DimX:=LargeurCell*NbreCellX;
|
||||
DimX:=LargeurCell*NbreCellX;
|
||||
DimY:=HauteurCell*NbreCellY;
|
||||
// DimX DimY maxi 8191 pixels pour les bitmap
|
||||
if (dimX>8192) then begin Affiche('Espace TCO X trop grand',clred); exit; end;
|
||||
@@ -5243,9 +5243,7 @@ begin
|
||||
|
||||
//formTCO.ScrollBox.Width:=DimX;
|
||||
|
||||
calcul_reduction(frxGlob,fryGlob,LargeurCell,HauteurCell,ZoomMax,ZoomMax);
|
||||
calcul_reduction(frxGlob,fryGlob,LargeurCell,HauteurCell,ZoomMax,ZoomMax);
|
||||
|
||||
//Affiche(formatfloat('0.000000',frxGlob),clyellow);
|
||||
|
||||
//effacer tout
|
||||
@@ -5293,7 +5291,6 @@ begin
|
||||
if entoure then
|
||||
begin
|
||||
Entoure_cell(Xentoure,Yentoure);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user