From: eap Date: Fri, 30 Jan 2009 08:14:47 +0000 (+0000) Subject: Compute dlg must be non-modal X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f3181d4c7abd815865b2e3a363d880288e0e08f6;p=modules%2Fsmesh.git Compute dlg must be non-modal --- 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(); } //================================================================================