Commit 73e01ac8 authored by Claes Sjofors's avatar Claes Sjofors

Trace analyse nodes bugfix

parent d3e2e7aa
...@@ -770,6 +770,8 @@ int RtTrace::flow_cb(FlowCtx* ctx, flow_tEvent event) ...@@ -770,6 +770,8 @@ int RtTrace::flow_cb(FlowCtx* ctx, flow_tEvent event)
if (streq(attr.attribute, "")) if (streq(attr.attribute, ""))
return 1; return 1;
attr.type = con.type;
flow_CreateNode(ctx, name, tractx->trace_analyse_nc, event->object.x, flow_CreateNode(ctx, name, tractx->trace_analyse_nc, event->object.x,
event->object.y, NULL, &n1); event->object.y, NULL, &n1);
flow_SetTraceAttr(n1, attr.object, attr.attribute, attr.type, 0); flow_SetTraceAttr(n1, attr.object, attr.attribute, attr.type, 0);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment