Skip to content

Commit

Permalink
[Mesh] Deviation preference can't be 0 ; fixes #4171
Browse files Browse the repository at this point in the history
Prevent user to involuntarily set deviation value to 0 which makes FC to lag
https://forum.freecadweb.org/viewtopic.php?f=3&t=40214
  • Loading branch information
0penBrain authored and yorikvanhavre committed Apr 8, 2020
1 parent e343e10 commit e6a7f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Mesh/Gui/DlgSettingsImportExport.ui
Expand Up @@ -31,7 +31,7 @@
<string notr="true">mm</string>
</property>
<property name="minimum">
<double>0.000000000000000</double>
<double>0.000010000000000</double>
</property>
<property name="maximum">
<double>100000000.000000000000000</double>
Expand Down

0 comments on commit e6a7f82

Please sign in to comment.