mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
0020321: EDF : Some windows do not appear depending on the platform (MinimumSizeHint())
This commit is contained in:
parent
14dd470a5d
commit
879dbf686e
@ -291,7 +291,7 @@ void SMESHGUI_CreatePatternDlg::Init( const int theType )
|
||||
|
||||
QApplication::instance()->processEvents();
|
||||
updateGeometry();
|
||||
resize( minimumSize() );
|
||||
resize(100,100);
|
||||
|
||||
activateSelection();
|
||||
onSelectionDone();
|
||||
|
@ -402,7 +402,7 @@ void SMESHGUI_CreatePolyhedralVolumeDlg::ConstructorsClicked(int constructorId)
|
||||
|
||||
QApplication::instance()->processEvents();
|
||||
updateGeometry();
|
||||
resize( minimumSize() );
|
||||
resize(100,100);
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
|
@ -397,7 +397,7 @@ void SMESHGUI_MeshPatternDlg::Init()
|
||||
|
||||
updateGeometry();
|
||||
|
||||
resize(minimumSize());
|
||||
resize(100,100);
|
||||
|
||||
activateSelection();
|
||||
onSelectionDone();
|
||||
|
@ -439,7 +439,7 @@ void SMESHGUI_SewingDlg::ConstructorsClicked (int constructorId)
|
||||
|
||||
QApplication::instance()->processEvents();
|
||||
updateGeometry();
|
||||
resize( minimumSize() );
|
||||
resize(100,100);
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
|
@ -431,7 +431,7 @@ void SMESHGUI_SymmetryDlg::ConstructorsClicked (int constructorId)
|
||||
|
||||
QApplication::instance()->processEvents();
|
||||
updateGeometry();
|
||||
resize( minimumSize() );
|
||||
resize(100,100);
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
|
@ -430,7 +430,7 @@ void SMESHGUI_TranslationDlg::ConstructorsClicked (int constructorId)
|
||||
|
||||
QApplication::instance()->processEvents();
|
||||
updateGeometry();
|
||||
resize( minimumSize() );
|
||||
resize(100,100);
|
||||
}
|
||||
|
||||
//=================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user