[BIM] Fix Runtime Error when creating Wall (#21862)
* [BIM] Fix Runtime Error when creating Wall * [BIM] Fix continueMode functionality for Wall, Panel and Structure
This commit is contained in:
@@ -424,7 +424,7 @@ class _CommandStructure:
|
||||
self.doc.recompute()
|
||||
# gui_utils.end_all_events() # Causes a crash on Linux.
|
||||
self.tracker.finalize()
|
||||
if FreeCADGui.draftToolBar.continueCmd.isChecked():
|
||||
if FreeCADGui.draftToolBar.continueMode:
|
||||
self.Activated()
|
||||
|
||||
def _createItemlist(self, baselist):
|
||||
|
||||
Reference in New Issue
Block a user