[fixes #969] Change linguistics + uncheck edges
This commit is contained in:
parent
d9566dd558
commit
3a5983e0fc
@ -809,8 +809,8 @@ AppearanceCfg.lbl.texture.offset = Offset:
|
||||
AppearanceCfg.lbl.texture.center = Center:
|
||||
AppearanceCfg.lbl.texture.rotation = Rotation:
|
||||
AppearanceCfg.lbl.texture.repeat = Repeat:
|
||||
AppearanceCfg.lbl.InsideSameAsOutside = Same as inside
|
||||
AppearanceCfg.lbl.LeftSideSameAsRightSide = Same as right side
|
||||
AppearanceCfg.lbl.InsideSameAsOutside = Use for inside
|
||||
AppearanceCfg.lbl.LeftSideSameAsRightSide = Use for right side
|
||||
AppearanceCfg.lbl.ttip.InsideSameAsOutside = Use the same appearance for the inside as for the outside
|
||||
AppearanceCfg.lbl.ttip.LeftSideSameAsRightSide = Use the same appearance for the right side as for the left side
|
||||
AppearanceCfg.lbl.EdgesSameAsInside = Use inside appearance for edges
|
||||
|
@ -134,6 +134,7 @@ public abstract class FinSet extends ExternalComponent implements AxialPositiona
|
||||
this.filletMaterial = Application.getPreferences().getDefaultComponentMaterial(this.getClass(), Material.Type.BULK);
|
||||
super.displayOrder_side = 4; // Order for displaying the component in the 2D side view
|
||||
super.displayOrder_back = 4; // Order for displaying the component in the 2D back view
|
||||
insideColorComponentHandler.setEdgesSameAsInside(false);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user