Re: [Interest] QML Window doesn't refresh its contents using Qt 5.7 and AA_UseOpenGLES

2016-06-29 Thread Roberto Garrido
Hi all, I've filled a bug regarding this issue, just in case any of you is affected, and want to contribute: https://bugreports.qt.io/browse/QTBUG-54451 Cheers, Robert. On 28 June 2016 at 19:02, Roberto Garrido wrote: > Hi all, > we are using OpenGL ES as renderer in the windows version of our

[Interest] QML Window doesn't refresh its contents using Qt 5.7 and AA_UseOpenGLES

2016-06-28 Thread Roberto Garrido
Hi all, we are using OpenGL ES as renderer in the windows version of our app. Setting "QCoreApplication::setAttribute(Qt::AA_UseOpenGLES)" on app launch worked well until Qt 5.6, but with Qt 5.7 the contents of the window aren't refreshed in real time. I've recorded a couple of videos of the "Squi