qtquick: Use Angle on Windows

It's aero-snap friendly. Otherwise shows black artifacts.
We can however use normal GL and use FramelessWindowhint instead
This commit is contained in:
Sergio Martins
2020-11-27 16:46:21 +00:00
parent 52999d4cc9
commit 9d6cef24c1

View File

@@ -19,6 +19,7 @@
int main(int argc, char *argv[])
{
QGuiApplication::setAttribute(Qt::AA_UseOpenGLES);
QGuiApplication app(argc, argv);
QQuickView view;