Fixed bug in Draft when switching workbenches
This commit is contained in:
parent
3316a36cfa
commit
76081e302c
|
@ -1170,6 +1170,7 @@ class DraftToolBar:
|
|||
|
||||
def Deactivated(self):
|
||||
if (FreeCAD.activeDraftCommand != None):
|
||||
self.continueMode = False
|
||||
FreeCAD.activeDraftCommand.finish()
|
||||
if self.taskmode:
|
||||
FreeCADGui.Control.clearTaskWatcher()
|
||||
|
|
Loading…
Reference in New Issue
Block a user