FIXED: Logging dialog broken after switching render API
This commit is contained in:
parent
e62eec4e60
commit
2078af0849
|
@ -2141,6 +2141,7 @@ bool VBA::updateRenderMethod0(bool force)
|
|||
|
||||
if(display) {
|
||||
if(display->getType() != renderMethod || force) {
|
||||
toolsLoggingClose(); // close log dialog
|
||||
initInput = true;
|
||||
changingVideoSize = true;
|
||||
shutdownDisplay();
|
||||
|
|
Loading…
Reference in New Issue