diff --git a/src/Mod/BIM/bimcommands/BimTDPage.py b/src/Mod/BIM/bimcommands/BimTDPage.py index 492093b8dd..b756ebe298 100644 --- a/src/Mod/BIM/bimcommands/BimTDPage.py +++ b/src/Mod/BIM/bimcommands/BimTDPage.py @@ -102,6 +102,7 @@ class BIM_TDPage: page.Scale = FreeCAD.ParamGet( "User parameter:BaseApp/Preferences/Mod/BIM" ).GetFloat("DefaultPageScale", 0.01) + page.ViewObject.show() FreeCAD.ActiveDocument.recompute()