Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Area.py
diff options
context:
space:
mode:
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.