mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-08 14:17:06 +03:00
0024728: A lot of tests are crashed on vdump command on Windows in debug mode
This commit is contained in:
@@ -3135,7 +3135,7 @@ Standard_Boolean V3d_View::ToPixMap (Image_PixMap& theImage,
|
||||
|
||||
if (theToKeepAspect)
|
||||
{
|
||||
myCamera->SetAspect ((Standard_Real) aFBOVPSizeX / aFBOSizeYMax);
|
||||
myCamera->SetAspect ((Standard_Real) aFBOVPSizeX / aFBOVPSizeY);
|
||||
}
|
||||
|
||||
//workaround for rendering list of Over and Under Layers
|
||||
|
Reference in New Issue
Block a user