Merge pull request #2796 from Cacodemon345/patch-106

qt: force update to happen after hardware renderer is created
This commit is contained in:
Miran Grča
2022-11-03 14:48:18 +01:00
committed by GitHub

View File

@@ -75,6 +75,7 @@ public:
m_context = new QOpenGLContext();
m_context->setFormat(format());
m_context->create();
update();
}
~HardwareRenderer()
{