mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-15 01:58:36 +05:00
Additional minor fix of issue 0017431: unset the MODAL behavior for the 'Basic Properties' information box.
This commit is contained in:
parent
c72bb4de93
commit
df4a3c7e4a
@ -170,7 +170,8 @@ MeasureGUI_WhatisDlg::MeasureGUI_WhatisDlg (GeometryGUI* GUI, QWidget* parent)
|
|||||||
// Properties dialog
|
// Properties dialog
|
||||||
//myParamsDlg = new MeasureGUI_Params_Dlg;
|
//myParamsDlg = new MeasureGUI_Params_Dlg;
|
||||||
myParamsDlg = new QMessageBox ("", "", QMessageBox::Information,
|
myParamsDlg = new QMessageBox ("", "", QMessageBox::Information,
|
||||||
QMessageBox::Ok, QMessageBox::NoButton, QMessageBox::NoButton, this);
|
QMessageBox::Ok, QMessageBox::NoButton, QMessageBox::NoButton,
|
||||||
|
this, 0, FALSE);
|
||||||
|
|
||||||
/***************************************************************/
|
/***************************************************************/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user