summaryrefslogtreecommitdiffstats
path: root/src/libnrtype
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2013-09-18 18:46:36 +0000
committerMartin Owens <doctormo@gmail.com>2013-09-18 18:46:36 +0000
commit0f85e2c60c4406eaddc7a96d8ddcc05d36d458f2 (patch)
treea6419f2d3428bf3e6f6cd6b57f427602c63f381b /src/libnrtype
parentFix cmake+ninja install (bug #1224543) (diff)
downloadinkscape-0f85e2c60c4406eaddc7a96d8ddcc05d36d458f2.tar.gz
inkscape-0f85e2c60c4406eaddc7a96d8ddcc05d36d458f2.zip
Remove setItemBounds and _item_bbox because aren't sensible, replace with bbox.
Fixed bugs: - https://launchpad.net/bugs/243729 (bzr r12528)
Diffstat (limited to 'src/libnrtype')
-rw-r--r--src/libnrtype/Layout-TNG-Output.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libnrtype/Layout-TNG-Output.cpp b/src/libnrtype/Layout-TNG-Output.cpp
index f7f910c2f..9967ba149 100644
--- a/src/libnrtype/Layout-TNG-Output.cpp
+++ b/src/libnrtype/Layout-TNG-Output.cpp
@@ -181,7 +181,6 @@ void Layout::show(DrawingGroup *in_arena, Geom::OptRect const &paintbox) const
glyph_index++;
}
nr_text->setStyle(text_source->style);
- nr_text->setItemBounds(paintbox);
in_arena->prependChild(nr_text);
}
}