mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-13 17:18:35 +05:00
minor decoration
This commit is contained in:
parent
fe32ec275a
commit
d8ad3b8931
@ -670,7 +670,7 @@ bool SMESHGUI_MergeDlg::ClickOnApply()
|
||||
aMeshEditor->MergeElements (aGroupsOfElements.inout());
|
||||
|
||||
if ( myTypeId == 0 ) {
|
||||
if (myAction ==0)
|
||||
if (myAction == 0 )
|
||||
SUIT_MessageBox::information(SMESHGUI::desktop(), tr("SMESH_INFORMATION"),
|
||||
tr("SMESH_MERGED_NODES").arg(QString::number(ListCoincident->count()).toLatin1().data()));
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user