[HYDRO] Lot 16: Allow resizing Order of sub-meshes dialog

This commit is contained in:
eap 2018-07-05 18:52:28 +03:00
parent ed26bf4db7
commit 9bbf8d875f
2 changed files with 2 additions and 2 deletions

View File

@ -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();

View File

@ -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;