Commit 840f26ec authored by claes's avatar claes

Bugfix in rounded rect

parent e1fed599
...@@ -932,10 +932,10 @@ void GlowExportJBean::rectrounded( double x0, double y0, double width, double he ...@@ -932,10 +932,10 @@ void GlowExportJBean::rectrounded( double x0, double y0, double width, double he
if ( !shadow) if ( !shadow)
fp << fp <<
" }" << endl; " }" << endl;
}
fp << fp <<
" }" << endl; " }" << endl;
} }
}
if (border) if (border)
{ {
if ( shadow_width == 0) if ( shadow_width == 0)
......
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