Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Desenho.py
diff options
context:
space:
mode:
Diffstat (limited to 'Desenho.py')
-rw-r--r--Desenho.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Desenho.py b/Desenho.py
index 9b4c771..4f8f196 100644
--- a/Desenho.py
+++ b/Desenho.py
@@ -587,7 +587,7 @@ class Desenho:
layout = widget.janela.textview.create_pango_layout(text)
- widget.pixmap.draw_layout(widget.gc,
+ widget.pixmap.draw_layout(widget.gc_brush,
widget.oldx, widget.oldy, layout)
widget.pixmap_temp.draw_layout(widget.gc,
widget.oldx, widget.oldy, layout)