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