Skip to content

Commit

Permalink
Arch: store last double-clicked building part
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Dec 12, 2019
1 parent 96b2f13 commit 2c0daad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Arch/ArchBuildingPart.py
Expand Up @@ -839,6 +839,7 @@ def setWorkingPlane(self,restore=False):
else:
self.wptext = FreeCADGui.draftToolBar.wplabel.text()
FreeCADGui.draftToolBar.wplabel.setText(self.Object.Label)
FreeCAD.DraftWorkingPlane.lastBuildingPart = self.Object.Name

def writeCamera(self):

Expand Down

0 comments on commit 2c0daad

Please sign in to comment.