mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
[HYDRO] Lot 16: Allow resizing Order of sub-meshes dialog
This commit is contained in:
parent
ed26bf4db7
commit
9bbf8d875f
@ -293,7 +293,7 @@ bool SMESHGUI_MeshOrderBox:: IsOrderChanged() const
|
||||
// =========================================================================================
|
||||
|
||||
SMESHGUI_MeshOrderDlg::SMESHGUI_MeshOrderDlg(QWidget* theParent)
|
||||
: SMESHGUI_Dialog( theParent, true, false, OK | Cancel | Help )
|
||||
: SMESHGUI_Dialog( theParent, true, true, OK | Cancel | Help )
|
||||
{
|
||||
setWindowTitle( tr( "SMESH_MESHORDER_TITLE") );
|
||||
QFrame* main = mainFrame();
|
||||
|
@ -120,7 +120,7 @@ void SMESHGUI_MeshOrderOp::initDialog()
|
||||
if ( !myMgr->GetMeshOrder() ) {
|
||||
SUIT_MessageBox::information(desktop(),
|
||||
tr("SMESH_INFORMATION"),
|
||||
tr("SMESH_NO_CONCURRENT_MESH"));
|
||||
tr("SMESH_NO_CONCURENT_MESH"));
|
||||
|
||||
onCancel();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user