Fix for issue #45, set the appearance on the freeform finset when
chaning a finset to freeform.
This commit is contained in:
parent
6f72662ea8
commit
0477c3edfd
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user