Commit 5b9866ca authored by Claes Sjofors's avatar Claes Sjofors

Plc editor, text attributes can be handled with StoSp objects

parent e0984ff7
......@@ -8333,6 +8333,15 @@ int gcg_comp_m12( gcg_ctx gcgctx, vldh_t_node node)
return GSX__NEXTNODE;
}
break;
case pwr_eType_Text :
if ( !( node->ln.cid == pwr_cClass_stosp ||
node->ln.cid == pwr_cClass_cstosp ||
node->ln.cid == pwr_cClass_stonumsp ||
node->ln.cid == pwr_cClass_cstonumsp )) {
gcg_error_msg( gcgctx, GSX__REFPARTYPE, node);
return GSX__NEXTNODE;
}
break;
case pwr_eType_Time :
if ( !( node->ln.cid == pwr_cClass_StoATp ||
node->ln.cid == pwr_cClass_CStoATp )) {
......
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