X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESHGUI%2FSMESHGUI.cxx;h=47ab6aae7bb952130988094e399ab3d92d8ec231;hb=6b3655d0497e6a0a2c23492dd3a3f3f8a854233f;hp=c2555ec0e524a027d980a082ce8c3c4e23fbae10;hpb=9f080256d8ed6fb9c537374299ec82f3a14c7c49;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index c2555ec0e..47ab6aae7 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -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;