fix PAL15161 (Mesh to pass through a point - preview works wrong for the submesh and group)

enable "Update" at "Display" and "DisplayOnly" independently of automaticUpdate()
This commit is contained in:
eap 2007-03-06 10:39:22 +00:00
parent 9f080256d8
commit 6b3655d049

View File

@ -1243,10 +1243,10 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
}
}
// PAL13338 -->
if ( ( theCommandID==301 || theCommandID==302 ) && !checkLock(aStudy) && !automaticUpdate() )
// PAL13338 + PAL15161 -->
if ( ( theCommandID==301 || theCommandID==302 ) && !checkLock(aStudy) /*&& !automaticUpdate()*/ )
SMESH::UpdateView();
// PAL13338 <--
// PAL13338 + PAL15161 <--
if (anAction == SMESH::eErase) {
SALOME_ListIO l1;