You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check in CreateWindowPane() for the requested window being showable fails for me when running in a scaled window resolution (MacBook Pro,M1 13"). When my screen resolution is set to 1440x900, GLUT_SCREEN_WIDTHxGLUT_SCREEN_HEIGHT is 1440, 900 - and vWindowSize is {1024,960}.
The check therefore fails, due to the height being larger than the screen's resolution.
I am using a olcPixelEngine scaling of 4,4 - using lower scaling works.
Did anyone else meet and address this issue?
The text was updated successfully, but these errors were encountered:
The check in CreateWindowPane() for the requested window being showable fails for me when running in a scaled window resolution (MacBook Pro,M1 13"). When my screen resolution is set to 1440x900, GLUT_SCREEN_WIDTHxGLUT_SCREEN_HEIGHT is 1440, 900 - and vWindowSize is {1024,960}.
The check therefore fails, due to the height being larger than the screen's resolution.
I am using a olcPixelEngine scaling of 4,4 - using lower scaling works.
Did anyone else meet and address this issue?
The text was updated successfully, but these errors were encountered: