anche inversioni filtrate e 50 come step!
This commit is contained in:
+2
-2
@@ -363,9 +363,9 @@ namespace IOB_WIN
|
||||
if (enableDataFilter)
|
||||
{
|
||||
threshDBand = 1;
|
||||
if (dataItem.Id.EndsWith("PosAct") || dataItem.Id.EndsWith("PosTgt"))
|
||||
if (dataItem.Id.EndsWith("PosAct") || dataItem.Id.EndsWith("PosTgt") || dataItem.Id.EndsWith("InvDDone"))
|
||||
{
|
||||
threshDBand = 10;
|
||||
threshDBand = 50;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user