summaryrefslogtreecommitdiffstats
path: root/tdehtml/rendering/render_canvas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdehtml/rendering/render_canvas.cpp')
-rw-r--r--tdehtml/rendering/render_canvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdehtml/rendering/render_canvas.cpp b/tdehtml/rendering/render_canvas.cpp
index 862f374b2..ab634d760 100644
--- a/tdehtml/rendering/render_canvas.cpp
+++ b/tdehtml/rendering/render_canvas.cpp
@@ -319,7 +319,7 @@ void RenderCanvas::paint(PaintInfo& paintInfo, int _tx, int _ty)
_ty += m_view->contentsY();
}
- outlineBox(p, _tx, _ty);
+ outlineBox(paintInfo.p, _tx, _ty);
#endif
}