Draft: fix DiscretizeEllipses preference inconsistency (#26953)
This commit is contained in:
@@ -514,9 +514,6 @@ instead of Draft or Part objects. This overrides the 'Import As' setting</string
|
||||
<property name="text">
|
||||
<string>Treat ellipses and splines as polylines</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="prefEntry" stdset="0">
|
||||
<cstring>DiscretizeEllipses</cstring>
|
||||
</property>
|
||||
|
||||
@@ -4360,7 +4360,7 @@ def readPreferences():
|
||||
dxfCreateDraft = False
|
||||
|
||||
# The legacy importer still uses these global variables, so we read them all.
|
||||
dxfDiscretizeCurves = hGrp.GetBool("DiscretizeEllipses", True)
|
||||
dxfDiscretizeCurves = hGrp.GetBool("DiscretizeEllipses", False)
|
||||
dxfStarBlocks = hGrp.GetBool("dxfstarblocks", False)
|
||||
dxfJoin = hGrp.GetBool("joingeometry", False)
|
||||
dxfRenderPolylineWidth = hGrp.GetBool("renderPolylineWidth", False)
|
||||
|
||||
Reference in New Issue
Block a user