More misc. typos
This commit is contained in:
@@ -609,7 +609,7 @@ void CmdPartDesignMoveTip::activated(int iMsg)
|
||||
doCommand(Gui,"Gui.activeDocument().show(\"%s\")", selFeature->getNameInDocument());
|
||||
}
|
||||
|
||||
// TOOD: Hide all datum features after the Tip feature? But the user might have already hidden some and wants to see
|
||||
// TODO: Hide all datum features after the Tip feature? But the user might have already hidden some and wants to see
|
||||
// others, so we would have to remember their state somehow
|
||||
updateActive();
|
||||
}
|
||||
|
||||
@@ -639,7 +639,7 @@ void TaskBoxPrimitives::setPrimitive(QString name)
|
||||
|
||||
// Execute the Python block
|
||||
// No need to open a transaction because this is already done in the command
|
||||
// class or when starting to edit a primitve.
|
||||
// class or when starting to edit a primitive.
|
||||
Gui::Command::runCommand(Gui::Command::Doc, cmd.toUtf8());
|
||||
Gui::Command::runCommand(Gui::Command::Doc, "App.ActiveDocument.recompute()");
|
||||
}
|
||||
|
||||
@@ -151,7 +151,7 @@ protected Q_SLOTS:
|
||||
PartDesignGui::ViewProviderTransformed *getTopTransformedView () const;
|
||||
|
||||
/**
|
||||
* Returns the base transformated object
|
||||
* Returns the base transformed object
|
||||
* For stand alone features it will be objects associated with this object
|
||||
* For features inside multitransform it will be the base multitransform object
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user