mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 15:44:16 +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
ecf147ce97
commit
c03ce1302c
@ -1219,7 +1219,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
|
||||
}
|
||||
|
||||
// PAL13338 -->
|
||||
if ( ( theCommandID==301 || theCommandID==302 ) && !checkLock(aStudy) )
|
||||
if ( ( theCommandID==301 || theCommandID==302 ) && !checkLock(aStudy) && !automaticUpdate() )
|
||||
SMESH::UpdateView();
|
||||
// PAL13338 <--
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user