Merge branch 'master' into feature/add-experimental-features-to-preferences

This commit is contained in:
mlampert
2021-02-13 16:20:37 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ class OrthoArray(gui_base.GuiCommandBase):
We add callbacks that connect the 3D view with
the widgets of the task panel.
"""
_log("GuiCommand: {}".format(_self.command_name))
_log("GuiCommand: {}".format(self.command_name))
#_msg("{}".format(16*"-"))
#_msg("GuiCommand: {}".format(self.command_name))

View File

@@ -297,7 +297,7 @@ class TaskPanelCircularArray:
"App.ActiveDocument.recompute()"]
# We commit the command list through the parent command
self.source_command.commit(translate("draft","Circular array", _cmd_list))
self.source_command.commit(translate("draft","Circular array"), _cmd_list)
def get_distances(self):
"""Get the distance parameters from the widgets."""