1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

0032935: Visualization, TKOpenGles - use size window within OpenGl_Window::init()

This commit is contained in:
kgv 2022-04-18 04:27:35 +03:00 committed by smoskvin
parent d8bfee7b03
commit 7090725e2b

View File

@ -814,7 +814,8 @@ void OpenGl_Window::init()
myGlContext->SetDefaultFrameBuffer (aDefFbo);
aDefFbo->BindBuffer (myGlContext);
}
else if (!myPlatformWindow->IsVirtual())
else if (!myPlatformWindow->IsVirtual()
&& mySizeWindow == myPlatformWindow)
{
eglQuerySurface ((EGLDisplay )myGlContext->myDisplay, (EGLSurface )myGlContext->myWindow, EGL_WIDTH, &mySize.x());
eglQuerySurface ((EGLDisplay )myGlContext->myDisplay, (EGLSurface )myGlContext->myWindow, EGL_HEIGHT, &mySize.y());