Compute dlg must be non-modal

This commit is contained in:
eap 2009-01-30 08:14:47 +00:00
parent 586cf75e22
commit f3181d4c7a

View File

@ -1217,7 +1217,8 @@ void SMESHGUI_BaseComputeOp::showComputeResult( const bool theMemoryLack,
} }
} }
// show dialog and wait, becase Compute can be invoked from Preview operation // 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();
} }
//================================================================================ //================================================================================