Skip to content

Commit

Permalink
Merge branch 'master' into feature/add-experimental-features-to-prefe…
Browse files Browse the repository at this point in the history
…rences
  • Loading branch information
mlampert committed Feb 14, 2021
2 parents da85fde + 1d2c51d commit 733e90d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Draft/draftguitools/gui_orthoarray.py
Expand Up @@ -73,7 +73,7 @@ def Activated(self):
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))

Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Draft/drafttaskpanels/task_circulararray.py
Expand Up @@ -297,7 +297,7 @@ def create_object(self):
"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."""
Expand Down

0 comments on commit 733e90d

Please sign in to comment.