mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 10:50:34 +05:00
IPAL15174 (Dump study works wrong for Concatenate):
fix of Problem 1 (no icon ?Build compound? in dialog box).
This commit is contained in:
parent
4a25e3f419
commit
c4b1359adb
@ -1396,10 +1396,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
|
|||||||
{
|
{
|
||||||
if (checkLock(aStudy)) break;
|
if (checkLock(aStudy)) break;
|
||||||
EmitSignalDeactivateDialog();
|
EmitSignalDeactivateDialog();
|
||||||
new SMESHGUI_BuildCompoundDlg( this,
|
new SMESHGUI_BuildCompoundDlg( this );
|
||||||
tr("SMESH_BUILD_COMPOUND_TITLE"),
|
|
||||||
tr("ICON_DLG_BUILD_COMPOUND"),
|
|
||||||
1 );
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 407: // DIAGONAL INVERSION
|
case 407: // DIAGONAL INVERSION
|
||||||
|
Loading…
Reference in New Issue
Block a user