Skip to content

Commit 9020c46

Browse files
committed
Fem: Enable checkbox for references mesh groups - fixes FreeCAD#10071
1 parent 43723b6 commit 9020c46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Mod/Fem/Gui/DlgSettingsFemGeneral.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,13 +273,13 @@
273273
<item row="0" column="0">
274274
<widget class="Gui::PrefCheckBox" name="cb_analysis_group_meshing">
275275
<property name="enabled">
276-
<bool>false</bool>
276+
<bool>true</bool>
277277
</property>
278278
<property name="text">
279279
<string>Create mesh groups for analysis reference shapes (highly experimental)</string>
280280
</property>
281281
<property name="checked">
282-
<bool>true</bool>
282+
<bool>false</bool>
283283
</property>
284284
<property name="prefEntry" stdset="0">
285285
<cstring>AnalysisGroupMeshing</cstring>

0 commit comments

Comments
 (0)