Fixed|Client: Crash due to accessing OpenGL from non-UI thread
During busy mode, if the value of 'rend-vr-mode' was updated due to restoring a saved config, it meant that the root widget was resized from a non-UI thread.
Now the resizing is deferred to the beginning of the next frame.
Fixed|Client: Crash due to accessing OpenGL from non-UI thread
During busy mode, if the value of 'rend-vr-mode' was updated due to
restoring a saved config, it meant that the root widget was resized
from a non-UI thread.
Now the resizing is deferred to the beginning of the next frame.