diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2011-09-05 15:42:23 +0000 |
|---|---|---|
| committer | Krzysztof KosiĆski <tweenk.pl@gmail.com> | 2011-09-05 15:42:23 +0000 |
| commit | 2c77118e8580503218085a36656a121fcc4f59c0 (patch) | |
| tree | 131adf25bb9b4965ad4ea6342a4cf2ad97e0fdde /src/libnrtype | |
| parent | Fix incorrect marker bbox in previews (diff) | |
| download | inkscape-2c77118e8580503218085a36656a121fcc4f59c0.tar.gz inkscape-2c77118e8580503218085a36656a121fcc4f59c0.zip | |
Fix bugs in text stroke rendering and picking
(bzr r10620)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/Layout-TNG-Output.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |
