mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0025358: Visualization - method V3d_View::Reset has incorrect condition for update
This commit is contained in:
@@ -1322,7 +1322,7 @@ void V3d_View::Reset( const Standard_Boolean update )
|
||||
|
||||
SwitchSetFront = Standard_False;
|
||||
|
||||
if( !myImmediateUpdate && update ) Update();
|
||||
if( myImmediateUpdate || update ) Update();
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Reference in New Issue
Block a user