Fix for issue #45, set the appearance on the freeform finset when

chaning a finset to freeform.
This commit is contained in:
bkuker 2013-04-07 09:29:50 -04:00
parent 6f72662ea8
commit 0477c3edfd

View File

@ -100,6 +100,8 @@ public class FreeformFinSet extends FinSet {
name.substring(componentTypeName.length()));
}
freeform.setAppearance(finset.getAppearance());
// Add freeform fin set to parent
if (parent != null) {
parent.addChild(freeform, position);