From 8c5b0700554cbed5ffb02f42044c2030a4e70340 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Sun, 4 Mar 2007 19:06:40 +0000 Subject: communicate bbox type via flags for now (bzr r2539) --- src/sp-item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-item.cpp') diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 2d3ab3ea3..521d2d1cc 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -713,7 +713,7 @@ NR::Maybe SPItem::getBounds(NR::Matrix const &transform, unsigned int dkey) const { NRRect r; - sp_item_invoke_bbox_full(this, &r, transform, 0, TRUE); + sp_item_invoke_bbox_full(this, &r, transform, type, TRUE); if (nr_rect_d_test_empty(&r)) { return NR::Nothing(); } else { -- cgit v1.2.3