Commit 8dc36d7b authored by claes's avatar claes

Bugfix in export java for connections border and shadow

parent e3cddfdf
......@@ -4127,7 +4127,7 @@ void GlowCon::export_javabean( GlowTransform *t, void *node,
if ( (shadow || border) && cc->con_type == glow_eConType_Routed && cc->corner == glow_eCorner_Rounded) {
for ( i = 0; i < l_num; i++)
((GlowLine *)line_a[i])->export_javabean_shadow( t, node, pass, shape_cnt,
node_cnt, in_nc, fp, border, shadow);
node_cnt, in_nc, fp, shadow, border);
for ( i = 0; i < a_num; i++)
((GlowArc *)arc_a[i])->export_javabean_shadow( t, node, pass, shape_cnt,
node_cnt, in_nc, fp, border, shadow);
......
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