From 095494f8811ee3667c82c4e2240df98558991b19 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Mon, 18 Jun 2007 11:25:28 +0000 Subject: fixed the listing of the ".svn" and "CVS" dirs --- portato/gui/qt/terminal.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'portato/gui') diff --git a/portato/gui/qt/terminal.py b/portato/gui/qt/terminal.py index 111588f..ff9d377 100644 --- a/portato/gui/qt/terminal.py +++ b/portato/gui/qt/terminal.py @@ -100,10 +100,10 @@ class QtConsole (Console, Qt.QTextEdit): self.palette().setColor(Qt.QPalette.Base, Qt.QColor("black")) self.setBackgroundRole(Qt.QPalette.Base) self.setAutoFillBackground(True) - - + + # set standard char format to "white" self.stdFormat = self.currentCharFormat() - self.stdFormat.merge(attr[30]) + self.stdFormat.merge(ColorFormat("white")) self.setCurrentCharFormat(self.stdFormat) self.setReadOnly(True) -- cgit v1.2.3-54-g00ecf