From c03ce1302c581c456005b7211776bb73996403c4 Mon Sep 17 00:00:00 2001 From: mkr Date: Mon, 25 Sep 2006 11:09:26 +0000 Subject: [PATCH] Fix for bug PAL13338 : EDF PAL266 SMESH: no mesh update via Display Only after editing the hypothesis. --- src/SMESHGUI/SMESHGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <-- -- 2.39.2