From 33866d2ce13f212cd4d6b8affb0bd028e2aa58a9 Mon Sep 17 00:00:00 2001 From: cxl Date: Fri, 7 Feb 2020 09:06:21 +0000 Subject: [PATCH] ide: Fixed initial value of disable_uhd git-svn-id: svn://ultimatepp.org/upp/trunk@13972 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/ide.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/ide/ide.h b/uppsrc/ide/ide.h index f803e282d..761999a54 100644 --- a/uppsrc/ide/ide.h +++ b/uppsrc/ide/ide.h @@ -545,7 +545,7 @@ public: bool runexternal; bool console_utf8; int consolemode; - bool disable_uhd; + bool disable_uhd = false; String stdout_file; String recent_stdout_file;