Merge pull request #2796 from Cacodemon345/patch-106
qt: force update to happen after hardware renderer is created
This commit is contained in:
@@ -75,6 +75,7 @@ public:
|
|||||||
m_context = new QOpenGLContext();
|
m_context = new QOpenGLContext();
|
||||||
m_context->setFormat(format());
|
m_context->setFormat(format());
|
||||||
m_context->create();
|
m_context->create();
|
||||||
|
update();
|
||||||
}
|
}
|
||||||
~HardwareRenderer()
|
~HardwareRenderer()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user