mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +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_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") );
|
setWindowTitle( tr( "SMESH_MESHORDER_TITLE") );
|
||||||
QFrame* main = mainFrame();
|
QFrame* main = mainFrame();
|
||||||
|
@ -120,7 +120,7 @@ void SMESHGUI_MeshOrderOp::initDialog()
|
|||||||
if ( !myMgr->GetMeshOrder() ) {
|
if ( !myMgr->GetMeshOrder() ) {
|
||||||
SUIT_MessageBox::information(desktop(),
|
SUIT_MessageBox::information(desktop(),
|
||||||
tr("SMESH_INFORMATION"),
|
tr("SMESH_INFORMATION"),
|
||||||
tr("SMESH_NO_CONCURRENT_MESH"));
|
tr("SMESH_NO_CONCURENT_MESH"));
|
||||||
|
|
||||||
onCancel();
|
onCancel();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user