From 2078af08497920ea2d036c31aa2a7fa7536e750b 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 --- 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();