Draft: Remove restore WP method call in draftguitools's finish method - fixes #0004562
This commit is contained in:
@@ -183,7 +183,6 @@ class DraftTool:
|
||||
self.ui.sourceCmd = None
|
||||
if self.planetrack:
|
||||
self.planetrack.finalize()
|
||||
App.DraftWorkingPlane.restore()
|
||||
if hasattr(Gui, "Snapper"):
|
||||
Gui.Snapper.off()
|
||||
if self.call:
|
||||
|
||||
@@ -361,7 +361,6 @@ class Edit(gui_base_original.Modifier):
|
||||
self.deformat_objects_after_editing(self.edited_objects)
|
||||
|
||||
super(Edit, self).finish()
|
||||
App.DraftWorkingPlane.restore()
|
||||
if Gui.Snapper.grid:
|
||||
Gui.Snapper.grid.set()
|
||||
self.running = False
|
||||
|
||||
Reference in New Issue
Block a user