mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 18:44:16 +05:00
Error fixed
This commit is contained in:
parent
a59476897e
commit
62026dd2c8
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user