mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-12 01:27:27 +05:00
fix of comment
This commit is contained in:
parent
0c27c22747
commit
e1fe8b5ce1
@ -372,16 +372,16 @@ void SMESHGUI_RemoveElementsDlg::SelectionIntoArgument()
|
|||||||
myActor = SMESH::FindActorByEntry(anIO->getEntry());
|
myActor = SMESH::FindActorByEntry(anIO->getEntry());
|
||||||
if (myActor) {
|
if (myActor) {
|
||||||
|
|
||||||
// get selected nodes
|
// get selected elements
|
||||||
QString aString = "";
|
QString aString = "";
|
||||||
int nbElems = SMESH::GetNameOfSelectedElements(mySelector,anIO,aString);
|
int nbElems = SMESH::GetNameOfSelectedElements(mySelector,anIO,aString);
|
||||||
if (nbElems > 0) {
|
if (nbElems > 0) {
|
||||||
myBusy = true;
|
myBusy = true;
|
||||||
myEditCurrentArgument->setText(aString);
|
myEditCurrentArgument->setText(aString);
|
||||||
myBusy = false;
|
myBusy = false;
|
||||||
|
|
||||||
// OK
|
// OK
|
||||||
|
|
||||||
myNbOkElements = nbElems;
|
myNbOkElements = nbElems;
|
||||||
} // if (nbElems > 0)
|
} // if (nbElems > 0)
|
||||||
} // if (myActor)
|
} // if (myActor)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user