From df4a3c7e4ae73d4380fb224cab971632cfe67c16 Mon Sep 17 00:00:00 2001 From: akl Date: Wed, 24 Sep 2008 12:00:27 +0000 Subject: [PATCH] Additional minor fix of issue 0017431: unset the MODAL behavior for the 'Basic Properties' information box. --- src/MeasureGUI/MeasureGUI_WhatisDlg.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx b/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx index cad4e4539..4ac1a4e1f 100644 --- a/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx +++ b/src/MeasureGUI/MeasureGUI_WhatisDlg.cxx @@ -170,7 +170,8 @@ MeasureGUI_WhatisDlg::MeasureGUI_WhatisDlg (GeometryGUI* GUI, QWidget* parent) // Properties dialog //myParamsDlg = new MeasureGUI_Params_Dlg; myParamsDlg = new QMessageBox ("", "", QMessageBox::Information, - QMessageBox::Ok, QMessageBox::NoButton, QMessageBox::NoButton, this); + QMessageBox::Ok, QMessageBox::NoButton, QMessageBox::NoButton, + this, 0, FALSE); /***************************************************************/ -- 2.39.2