From 6a23d0cba2e7cbeff3719699d433f5c94aee9972 Mon Sep 17 00:00:00 2001 From: mental Date: Sun, 4 Mar 2007 19:06:40 +0000 Subject: [PATCH] communicate bbox type via flags for now --- src/sp-item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.30.2