Commit 56f51cca authored by Claes Sjofors's avatar Claes Sjofors

Ge, implementation of dynamics for subgraphs in subgraphs

parent 8f1c179f
......@@ -3133,7 +3133,7 @@ int grow_GetSubGraphAttrInfo( grow_tCtx ctx, char *transtab, grow_sAttrInfo **in
attrinfo[i].type = glow_eType_InputFocusMark;
attrinfo[i++].size = sizeof( ctx->input_focus_mark);
strcpy( attrinfo[i].name, "RecursiveTrace");
strcpy( attrinfo[i].name, "RecursiveDynamic");
attrinfo[i].value_p = &ctx->recursive_trace;
attrinfo[i].type = glow_eType_Int;
attrinfo[i++].size = sizeof( ctx->recursive_trace);
......
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