FEM: Issue #0004473: Expose openCommand() to translation
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the FEM Wb. Ticket: https://tracker.freecadweb.org/view.php?id=4473
This commit is contained in:
@@ -418,7 +418,7 @@ bool TaskDlgFemConstraintForce::accept()
|
||||
const TaskFemConstraintForce* parameterForce = static_cast<const TaskFemConstraintForce*>(parameter);
|
||||
|
||||
try {
|
||||
//Gui::Command::openCommand("FEM force constraint changed");
|
||||
//Gui::Command::openCommand(QT_TRANSLATE_NOOP("Command", "FEM force constraint changed"));
|
||||
|
||||
if (parameterForce->getForce()<=0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user