Fix typos [skip ci]
Typos ffound via `codespell v2.1.dev0` Also includes fixes in deprecated code of `src/Mod/Assembly`
This commit is contained in:
committed by
abdullahtahiriyo
parent
b7128a8f52
commit
f497f09238
@@ -119,7 +119,7 @@ void ViewProviderProductRef::setupContextMenu(QMenu* menu, QObject* receiver, co
|
||||
//QAction* toggle = menu->addAction(QObject::tr("Rigid subassembly"), receiver, member);
|
||||
//toggle->setData(QVariant(1000)); // identifier
|
||||
//toggle->setCheckable(true);
|
||||
//toggle->setToolTip(QObject::tr("Set if the subassembly shall be solved as on part (rigid) or if all parts of this assembly are solved for themselfe."));
|
||||
//toggle->setToolTip(QObject::tr("Set if the subassembly shall be solved as on part (rigid) or if all parts of this assembly are solved for themself."));
|
||||
//toggle->setStatusTip(QObject::tr("Set if the subassembly shall be solved as on part (rigid) or if all parts of this assembly are solved for themself."));
|
||||
//bool prop = static_cast<Assembly::Product*>(getObject())->Rigid.getValue();
|
||||
//toggle->setChecked(prop);
|
||||
|
||||
Reference in New Issue
Block a user