Commit 3ecfcfa4 authored by claes's avatar claes

Display of execute order was missing

parent 0b187f6e
/*
* Proview $Id: wb_goenm2.c,v 1.9 2006-04-24 13:22:24 claes Exp $
* Proview $Id: wb_goenm2.c,v 1.10 2006-07-27 10:14:37 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB.
*
* This program is free software; you can redistribute it and/or
......@@ -364,6 +364,16 @@ int goen_create_nodetype_m2(
flow_eAnnotType_OneLine, flow_mDisplayLevel_1);
}
/* Add execute order display */
flow_AddFilledRect( nc_pid, f_width - GOEN_DISPLAYNODEWIDTH, -f_yoffs,
GOEN_DISPLAYNODEWIDTH, GOEN_DISPLAYNODEHEIGHT,
flow_eDrawType_LineGray, flow_mDisplayLevel_2);
flow_AddAnnot( nc_pid,
f_width - GOEN_DISPLAYNODEWIDTH + f_strlength,
(GOEN_DISPLAYNODEHEIGHT + f_strheight)/2.0 - f_yoffs,
GOEN_DISPLAYNODE_ANNOT, flow_eDrawType_TextHelveticaBold, GOEN_F_TEXTSIZE,
flow_eAnnotType_OneLine, flow_mDisplayLevel_2);
free( (char *)bodydef);
*node_class = nc_pid;
return GOEN__SUCCESS;
......
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