From 930c15d4a0fc9fd93c6bf5441bcabc76475e1c5c Mon Sep 17 00:00:00 2001 From: spacy51 Date: Tue, 20 May 2008 14:43:12 +0000 Subject: [PATCH] FIXED: Logging dialog broken after switching render API git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@524 a31d4220-a93d-0410-bf67-fe4944624d44 --- src/win32/VBA.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win32/VBA.cpp b/src/win32/VBA.cpp index acc06c40..f8540506 100644 --- a/src/win32/VBA.cpp +++ b/src/win32/VBA.cpp @@ -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();