From 2c77118e8580503218085a36656a121fcc4f59c0 Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Mon, 5 Sep 2011 17:42:23 +0200 Subject: Fix bugs in text stroke rendering and picking (bzr r10620) --- src/libnrtype/Layout-TNG-Output.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libnrtype') diff --git a/src/libnrtype/Layout-TNG-Output.cpp b/src/libnrtype/Layout-TNG-Output.cpp index 7e54a00e2..ebb71d388 100644 --- a/src/libnrtype/Layout-TNG-Output.cpp +++ b/src/libnrtype/Layout-TNG-Output.cpp @@ -99,7 +99,7 @@ void Layout::show(DrawingGroup *in_arena, Geom::OptRect const &paintbox) const } glyph_index++; } - nr_text->setPaintBox(paintbox); + nr_text->setItemBounds(paintbox); in_arena->prependChild(nr_text); } } -- cgit v1.2.3