Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed remaining lag after switching off hardware acceleration #3587

Merged
merged 1 commit into from
Feb 28, 2023

Conversation

bjorn
Copy link
Member

@bjorn bjorn commented Feb 23, 2023

The QOpenGLWidget causes the surface type for the window to switch to OpenGLSurface, but it doesn't automatically switch back to RasterSurface when the last QOpenGLWidget is deleted again.

Closes #3584

The QOpenGLWidget causes the entire window to switch to an
OpenGLSurface, but it doesn't automatically switch back to a
RasterSurface when the last QOpenGLWidget is deleted again.

Closes mapeditor#3584
@bjorn bjorn merged commit 8c555f2 into mapeditor:master Feb 28, 2023
@bjorn bjorn deleted the opengl-off branch February 28, 2023 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tool previews laggy after hardware acceleration is turned on
1 participant