From 2665d05bc45b84b5287de89294753ed08a0d5d3f Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 22 Jul 2019 08:24:01 +0000 Subject: [PATCH] ide: Console does not need a bar git-svn-id: svn://ultimatepp.org/upp/trunk@13504 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Console.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/uppsrc/ide/Console.cpp b/uppsrc/ide/Console.cpp index e8ebab750..03066a84a 100644 --- a/uppsrc/ide/Console.cpp +++ b/uppsrc/ide/Console.cpp @@ -22,6 +22,7 @@ Console::Console() { AddFrame(input); input.Hide(); serial = 0; + HideBar(); } void Console::LeftDouble(Point p, dword) {