mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-15 19:31:27 +05:00
Compute dlg must be non-modal
This commit is contained in:
parent
586cf75e22
commit
f3181d4c7a
@ -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();
|
||||
}
|
||||
|
||||
//================================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user