From b31352ffb166c4c36ffb430810512b88dd91706f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=8B=D1=87=D0=BA=D0=BE=D0=B2=20=D0=90=D0=BD=D0=B4?= =?UTF-8?q?=D1=80=D0=B5=D0=B9?= Date: Wed, 6 Feb 2019 15:07:06 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/pip@698 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5 --- src_main/console/piscreen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_main/console/piscreen.cpp b/src_main/console/piscreen.cpp index c256acf2..4e4dbf15 100644 --- a/src_main/console/piscreen.cpp +++ b/src_main/console/piscreen.cpp @@ -205,7 +205,7 @@ void PIScreen::SystemConsole::print() { #else PIString s; int si = 0, sj = 0; - CellFormat prf(0xFFFFFFFF); + CellFormat prf(0xFFFF); for (int j = 0; j < height; ++j) { PIVector & ccv(cells[j]); PIVector & pcv(pcells[j]);