mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 15:40:32 +05:00
Fix for bug PAL13338 : EDF PAL266 SMESH: no mesh update via Display Only after editing the hypothesis.
This commit is contained in:
parent
ffd567ddfa
commit
ecf147ce97
@ -1218,12 +1218,18 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// PAL13338 -->
|
||||||
|
if ( ( theCommandID==301 || theCommandID==302 ) && !checkLock(aStudy) )
|
||||||
|
SMESH::UpdateView();
|
||||||
|
// PAL13338 <--
|
||||||
|
|
||||||
if (anAction == SMESH::eErase) {
|
if (anAction == SMESH::eErase) {
|
||||||
SALOME_ListIO l1;
|
SALOME_ListIO l1;
|
||||||
aSel->setSelectedObjects( l1 );
|
aSel->setSelectedObjects( l1 );
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
aSel->setSelectedObjects( to_process );
|
aSel->setSelectedObjects( to_process );
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user