Memory hole in Data-Join fixed
This commit is contained in:
@@ -50,7 +50,7 @@ begin
|
||||
|
||||
var signalGenerator :=
|
||||
conv.Chain<TSignalEvent>(
|
||||
TConverter<TArray<Double>, TSignalEvent>.CreateGeneric(
|
||||
TConverter<TArray<Double>, TSignalEvent>.CreateConverter(
|
||||
function(const Values: TArray<Double>): TSignalEvent
|
||||
begin
|
||||
Result.Low := Values[0];
|
||||
|
||||
Reference in New Issue
Block a user