mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 16:30:34 +05:00
Fix for bug IPAL9621 ( 3.0.0(current2807): Regression: SMESH ? Engine error during import med file ).
This commit is contained in:
parent
ce575dc0b9
commit
565bcbdce6
@ -192,6 +192,7 @@ namespace{
|
||||
if(!filename.isEmpty()) {
|
||||
SUIT_OverrideCursor wc;
|
||||
_PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
|
||||
theComponentMesh->SetCurrentStudy( _CAST(Study,aStudy)->GetStudy() );
|
||||
|
||||
try {
|
||||
SMESH::mesh_array_var aMeshes = new SMESH::mesh_array;
|
||||
|
Loading…
Reference in New Issue
Block a user