BIM: Fixed status bar display and project command
This commit is contained in:
committed by
Yorik van Havre
parent
c857b04e50
commit
f7ec184f32
@@ -213,6 +213,7 @@ def setStatusIcons(show=True):
|
||||
gnudge.triggered.connect(setNudge)
|
||||
statuswidget.nudgeLabelsI = nudgeLabelsI
|
||||
statuswidget.nudgeLabelsM = nudgeLabelsM
|
||||
statuswidget.show()
|
||||
|
||||
else:
|
||||
if statuswidget is None:
|
||||
|
||||
@@ -43,7 +43,7 @@ class BIM_Project:
|
||||
|
||||
def Activated(self):
|
||||
from nativeifc import ifc_tools
|
||||
project = ifc_tools.create_document_object(FreeCAD.ActiveDocument)
|
||||
project = ifc_tools.create_document(FreeCAD.ActiveDocument)
|
||||
project.Modified = True
|
||||
FreeCAD.ActiveDocument.recompute()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user