From f3181d4c7abd815865b2e3a363d880288e0e08f6 Mon Sep 17 00:00:00 2001 From: eap Date: Fri, 30 Jan 2009 08:14:47 +0000 Subject: [PATCH] Compute dlg must be non-modal --- src/SMESHGUI/SMESHGUI_ComputeDlg.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx b/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx index 9a6f5dbdc..147a6a464 100644 --- a/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_ComputeDlg.cxx @@ -1217,7 +1217,8 @@ void SMESHGUI_BaseComputeOp::showComputeResult( const bool theMemoryLack, } } // show dialog and wait, becase Compute can be invoked from Preview operation - aCompDlg->exec(); + //aCompDlg->exec(); // this way it becomes modal - impossible to rotate model in the Viewer + aCompDlg->show(); } //================================================================================ -- 2.39.2