1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-05 18:16:23 +03:00

0025358: Visualization - method V3d_View::Reset has incorrect condition for update

This commit is contained in:
osa 2014-10-13 16:53:19 +04:00 committed by bugmaster
parent 5b37e9d143
commit f0ecc0cc24

View File

@ -1322,7 +1322,7 @@ void V3d_View::Reset( const Standard_Boolean update )
SwitchSetFront = Standard_False;
if( !myImmediateUpdate && update ) Update();
if( myImmediateUpdate || update ) Update();
}
//=======================================================================