*** empty log message ***
This commit is contained in:
parent
6066459f61
commit
a231fda44e
@ -88,8 +88,10 @@ begin
|
|||||||
FHigh := Value;
|
FHigh := Value;
|
||||||
Result := True;
|
Result := True;
|
||||||
end else if Name = 'blob_waves' then begin
|
end else if Name = 'blob_waves' then begin
|
||||||
//???????????? what for?: // Value := Round(Value);
|
//???????????? what for?:
|
||||||
FWaves := Round(Value);
|
// Value is a var variable the checked/changed value is returned for showing
|
||||||
|
Value := Round(Value);
|
||||||
|
FWaves := Value;
|
||||||
Result := True;
|
Result := True;
|
||||||
end
|
end
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user