From: mkr Date: Mon, 25 Sep 2006 11:09:26 +0000 (+0000) Subject: Fix for bug PAL13338 : EDF PAL266 SMESH: no mesh update via Display Only after editin... X-Git-Tag: V3_2_3pre1~32 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c03ce1302c581c456005b7211776bb73996403c4;p=modules%2Fsmesh.git Fix for bug PAL13338 : EDF PAL266 SMESH: no mesh update via Display Only after editing the hypothesis. --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 22cd34e01..62bd5bf42 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -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 <--