aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext
diff options
context:
space:
mode:
Diffstat (limited to 'softwarecontext')
-rw-r--r--softwarecontext/glyphnode.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/softwarecontext/glyphnode.cpp b/softwarecontext/glyphnode.cpp
index 8099df03d9..eae8b626cb 100644
--- a/softwarecontext/glyphnode.cpp
+++ b/softwarecontext/glyphnode.cpp
@@ -64,6 +64,7 @@ void GlyphNode::update()
void GlyphNode::paint(QPainter *painter)
{
+ painter->setBrush(QBrush());
QPointF pos = m_position - QPointF(0, m_glyphRun.rawFont().ascent());
switch (m_style) {