Merge pull request #7176 from Roy-043/Draft_Add_resetEdit_to_gui_hatch.py

Draft: Add resetEdit to gui_hatch.py
This commit is contained in:
Yorik van Havre
2022-07-18 10:44:06 +02:00
committed by GitHub

View File

@@ -106,6 +106,7 @@ class Draft_Hatch_TaskPanel:
import FreeCADGui
FreeCADGui.Control.closeDialog()
FreeCADGui.ActiveDocument.resetEdit()
FreeCAD.ActiveDocument.recompute()
def onFileChanged(self,filename):