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:
parent
5b37e9d143
commit
f0ecc0cc24
@ -1322,7 +1322,7 @@ void V3d_View::Reset( const Standard_Boolean update )
|
||||
|
||||
SwitchSetFront = Standard_False;
|
||||
|
||||
if( !myImmediateUpdate && update ) Update();
|
||||
if( myImmediateUpdate || update ) Update();
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Loading…
x
Reference in New Issue
Block a user