mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-01 20:30:35 +05:00
typo: geomerty -> geometry
This commit is contained in:
parent
154b1ad73e
commit
d89bbd5095
@ -491,13 +491,13 @@ void SMESHGUI_GroupOnShapeOp::selectionDone()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( myDlg->myElemGeomBtn->isChecked() ) // elem geomerty selection
|
if ( myDlg->myElemGeomBtn->isChecked() ) // elem geometry selection
|
||||||
{
|
{
|
||||||
myDlg->myElemGeomList->clear();
|
myDlg->myElemGeomList->clear();
|
||||||
myDlg->myElemGeomList->addItems( goodNames );
|
myDlg->myElemGeomList->addItems( goodNames );
|
||||||
myElemGeoIDs = goodIds;
|
myElemGeoIDs = goodIds;
|
||||||
}
|
}
|
||||||
else if ( myDlg->myNodeGeomBtn->isChecked() ) // Node geomerty selection
|
else if ( myDlg->myNodeGeomBtn->isChecked() ) // Node geometry selection
|
||||||
{
|
{
|
||||||
myDlg->myNodeGeomList->clear();
|
myDlg->myNodeGeomList->clear();
|
||||||
myDlg->myNodeGeomList->addItems( goodNames );
|
myDlg->myNodeGeomList->addItems( goodNames );
|
||||||
|
Loading…
Reference in New Issue
Block a user