Draft: fix wrong selection after commands (improved)
The previous fix was not correct. Some commands would cause a crash and several files were missed. Forum topic reporting a crash: https://forum.freecad.org/viewtopic.php?t=85243
This commit is contained in:
@@ -264,6 +264,7 @@ class Offset(gui_base_original.Modifier):
|
||||
|
||||
def finish(self, cont=False):
|
||||
"""Finish the offset operation."""
|
||||
self.end_callbacks(self.call)
|
||||
if self.running:
|
||||
if self.linetrack:
|
||||
self.linetrack.finalize()
|
||||
|
||||
Reference in New Issue
Block a user