BIM: change default for defaultWP to Top

Setting the WP to "Auto" is confusing for beginners. That is why this was changed to "Top" in the Draft WB. The same should happen in the BIM WB.
This commit is contained in:
Roy-043
2024-05-26 17:10:11 +02:00
committed by Yorik van Havre
parent 520f28687a
commit df68858765

View File

@@ -489,7 +489,7 @@ class BIM_Setup:
).GetInt("gridEvery", 10)
wp = FreeCAD.ParamGet(
"User parameter:BaseApp/Preferences/Mod/Draft"
).GetInt("defaultWP", 0)
).GetInt("defaultWP", 1)
tsize = FreeCAD.ParamGet(
"User parameter:BaseApp/Preferences/Mod/Draft"
).GetFloat("textheight", 10)