Skip to content

Commit

Permalink
Merge branch 'jb43679' into 'mer-5.6'
Browse files Browse the repository at this point in the history
[eglfs] Fix rendering issues when the screen is scaled. Fixes JB#43679

See merge request mer-core/qtbase!38
  • Loading branch information
adenexter committed Nov 7, 2018
2 parents 8c82d84 + 6fb95d3 commit 2bc25c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/platforms/eglfs/qeglfscontext.cpp
Expand Up @@ -339,6 +339,7 @@ QOpenGLFramebufferObject *QEglFSContext::fbo(QPlatformSurface *surface) const
if (!m_fbo || m_fbo->size() != size) {
delete m_fbo;
m_fbo = new QOpenGLFramebufferObject(size);
m_fbo->setAttachment(QOpenGLFramebufferObject::CombinedDepthStencil);
}
return m_fbo;
}
Expand Down

0 comments on commit 2bc25c2

Please sign in to comment.