mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-09 18:57:27 +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()) {
|
if(!filename.isEmpty()) {
|
||||||
SUIT_OverrideCursor wc;
|
SUIT_OverrideCursor wc;
|
||||||
_PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
|
_PTR(Study) aStudy = SMESH::GetActiveStudyDocument();
|
||||||
|
theComponentMesh->SetCurrentStudy( _CAST(Study,aStudy)->GetStudy() );
|
||||||
|
|
||||||
try {
|
try {
|
||||||
SMESH::mesh_array_var aMeshes = new SMESH::mesh_array;
|
SMESH::mesh_array_var aMeshes = new SMESH::mesh_array;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user