aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext/context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'softwarecontext/context.cpp')
-rw-r--r--softwarecontext/context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/softwarecontext/context.cpp b/softwarecontext/context.cpp
index f4ed365264..8b90d73496 100644
--- a/softwarecontext/context.cpp
+++ b/softwarecontext/context.cpp
@@ -100,7 +100,7 @@ void Renderer::render()
QPainter painter(device);
painter.setRenderHint(QPainter::Antialiasing);
- painter.fillRect(rect, Qt::white);
+ painter.fillRect(rect, clearColor());
RenderingVisitor(&painter).visitChildren(rootNode());
backingStore->endPaint();