From 6b3655d0497e6a0a2c23492dd3a3f3f8a854233f Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 6 Mar 2007 10:39:22 +0000 Subject: [PATCH] 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() --- src/SMESHGUI/SMESHGUI.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.39.2