From 8ac14f83c6206006a354a4baa595bf7072aa42cd Mon Sep 17 00:00:00 2001 From: Roy-043 Date: Sun, 26 May 2024 17:10:11 +0200 Subject: [PATCH] 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. --- src/Mod/BIM/bimcommands/BimSetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/BIM/bimcommands/BimSetup.py b/src/Mod/BIM/bimcommands/BimSetup.py index 9d8dea2954..65308fc376 100644 --- a/src/Mod/BIM/bimcommands/BimSetup.py +++ b/src/Mod/BIM/bimcommands/BimSetup.py @@ -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)