From 91adb54066037522a619ce5d072c2e932901fd74 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 14 Oct 2002 23:19:15 +0000 Subject: Fonts are now right! Close or exit in the console window does make the app han --- (limited to 'noncore/apps') diff --git a/noncore/apps/opie-console/emulation_handler.cpp b/noncore/apps/opie-console/emulation_handler.cpp index 48218e6..9f34d2c 100644 --- a/noncore/apps/opie-console/emulation_handler.cpp +++ b/noncore/apps/opie-console/emulation_handler.cpp @@ -68,7 +68,7 @@ void EmulationHandler::setColor( const QColor& fore, const QColor& back ) { table[i].color = defaultCt[i].color; } } -// m_teWid->setColorTable(table ); + m_teWid->setColorTable(table ); m_teWid->update(); } QFont EmulationHandler::font( int id ) { @@ -101,11 +101,11 @@ QColor EmulationHandler::foreColor(int col) { case Profile::White: qWarning("Foreground black"); /* color is black */ - co = Qt::black; + co = Qt::white; break; case Profile::Black: qWarning("Foreground white"); - co = Qt::white; + co = Qt::black; break; } @@ -119,11 +119,11 @@ QColor EmulationHandler::backColor(int col ) { case Profile::White: qWarning("Background white"); /* color is white */ - co = Qt::white; + co = Qt::black; break; case Profile::Black: qWarning("Background black"); - co = Qt::black; + co = Qt::white; break; } -- cgit v0.9.0.2