Block rendering issue with multi box
Draws signalling charts, block diagrams and graphs from text input.
Brought to you by:
teknos293
Hi Zoltan,
I have a rendering problem with the following blocks code; the contents of the first box app2.db (app2.db.node1 and app2.db.node2) disappear when its parent is a multi-type box. This only happens with the first child box though.
box cloud { box app1 { box db { box node1; box node2; } } multi box app2 { box db { box node1; box node2; } } multi box app3 { box first; box db { box node1; box node2; } } }
Thanks Martijn! I have fixed this issue and will release the fix in 6.1. (I am now cleaning up a relatively large set of changes to the block language. I am now testing and documenting. I think I have something for the multiple arrow stuff. I will address that request, too.)