Skip to content

Commit

Permalink
Draft: Fixed SelectPlane command not working when an object is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jun 29, 2019
1 parent d19470a commit 44b9929
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mod/Draft/DraftTools.py
Expand Up @@ -334,6 +334,8 @@ def Activated(self):
self.offset = 0
if not self.doc:
return
if self.handle():
return
self.ui.selectPlaneUi()
FreeCAD.Console.PrintMessage(translate("draft", "Pick a face to define the drawing plane")+"\n")
if plane.alignToSelection(self.offset):
Expand Down

0 comments on commit 44b9929

Please sign in to comment.