@@ -64,7 +64,7 @@ class GuiTools:
|
||||
def get_edit_point_context_menu(self, edit_command, obj, node_idx):
|
||||
""" Get the context menu associated to edit points (user is over an editpoint)
|
||||
|
||||
Return a list of tuples containig menu labels and associated functions:
|
||||
Return a list of tuples containing menu labels and associated functions:
|
||||
return [
|
||||
("action label", lambda: self.handle_action_label(edit_command, obj, node_idx)),
|
||||
]
|
||||
@@ -79,7 +79,7 @@ class GuiTools:
|
||||
def get_edit_obj_context_menu(self, edit_command, obj, position):
|
||||
""" Get the context menu associated to edited object (user is over the object)
|
||||
|
||||
Return a list of tuples containig menu labels and associated functions:
|
||||
Return a list of tuples containing menu labels and associated functions:
|
||||
return [
|
||||
("action label", lambda: self.handle_action_label(edit_command, obj, position)),
|
||||
]
|
||||
|
||||
@@ -137,7 +137,7 @@ class Draft_SelectPlane:
|
||||
self.display(FreeCAD.DraftWorkingPlane.axis)
|
||||
return None
|
||||
|
||||
# Execute the actual task panel delayed to catch posible active Draft command
|
||||
# Execute the actual task panel delayed to catch possible active Draft command
|
||||
todo.delay(FreeCADGui.Control.showDialog, self.taskd)
|
||||
_msg(translate(
|
||||
"draft",
|
||||
|
||||
Reference in New Issue
Block a user