Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Area.py
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@sugarlabs.org>2010-12-03 15:13:58 (GMT)
committer Gonzalo Odiard <godiard@sugarlabs.org>2010-12-03 15:13:58 (GMT)
commit9a3d596bac8fa0d305ae162de822a569b13fb459 (patch)
tree282000d542843d427db730d64c88e833ee8b3014 /Area.py
parent61d77a6d0b0bff1769932e11264e203c565f6d4f (diff)
Change the color of the TextView control - fix OLPC #3708 and OLPC #10447
Diffstat (limited to 'Area.py')
-rw-r--r--Area.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Area.py b/Area.py
index df3ec9b..2079ca1 100644
--- a/Area.py
+++ b/Area.py
@@ -867,6 +867,7 @@ class Area(gtk.DrawingArea):
logging.debug('Area._set_fill_color(self, color)')
self.gc.set_foreground(color)
+ self.janela.textview.modify_text(gtk.STATE_NORMAL, color)
def set_stroke_color(self, color):
"""Set stroke color.