[fixes #969] Change linguistics + uncheck edges

This commit is contained in:
Sibo Van Gool 2021-07-26 03:38:39 +02:00
parent d9566dd558
commit 3a5983e0fc
2 changed files with 3 additions and 2 deletions

View File

@ -809,8 +809,8 @@ AppearanceCfg.lbl.texture.offset = Offset:
AppearanceCfg.lbl.texture.center = Center: AppearanceCfg.lbl.texture.center = Center:
AppearanceCfg.lbl.texture.rotation = Rotation: AppearanceCfg.lbl.texture.rotation = Rotation:
AppearanceCfg.lbl.texture.repeat = Repeat: AppearanceCfg.lbl.texture.repeat = Repeat:
AppearanceCfg.lbl.InsideSameAsOutside = Same as inside AppearanceCfg.lbl.InsideSameAsOutside = Use for inside
AppearanceCfg.lbl.LeftSideSameAsRightSide = Same as right side 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.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.ttip.LeftSideSameAsRightSide = Use the same appearance for the right side as for the left side
AppearanceCfg.lbl.EdgesSameAsInside = Use inside appearance for edges AppearanceCfg.lbl.EdgesSameAsInside = Use inside appearance for edges

View File

@ -134,6 +134,7 @@ public abstract class FinSet extends ExternalComponent implements AxialPositiona
this.filletMaterial = Application.getPreferences().getDefaultComponentMaterial(this.getClass(), Material.Type.BULK); 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_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 super.displayOrder_back = 4; // Order for displaying the component in the 2D back view
insideColorComponentHandler.setEdgesSameAsInside(false);
} }
@Override @Override