Qt: Refactor render widget state transitions
Recreate widget each time. Fixes fullscreen mode switches on D3D11 and hopefully Wayland.
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
static void InitLogging()
|
||||
{
|
||||
// set log flags
|
||||
#ifdef _DEBUG
|
||||
#ifdef _DEBUGA
|
||||
Log::SetConsoleOutputParams(true, nullptr, LOGLEVEL_DEBUG);
|
||||
Log::SetFilterLevel(LOGLEVEL_DEBUG);
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user