From: sln Date: Fri, 1 Jul 2005 08:27:55 +0000 (+0000) Subject: Error fixed X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=62026dd2c82bcd614eb1bb483d0187bafb0d0ae5;p=modules%2Fsmesh.git Error fixed --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index b1ac0aa3c..028e489b3 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -3284,7 +3284,7 @@ SalomeApp_Operation* SMESHGUI::getOperation( const int theId ) //======================================================================= void SMESHGUI::update( const int flags ) { - if ( flags & UF_Viewer | flag & UF_Forced ) + if ( flags & UF_Viewer | flags & UF_Forced ) SMESH::UpdateView(); else SalomeApp_Module::update( flags );