summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 090b646)
raw | patch | inline | side by side (parent: 090b646)
author | mental <mental@users.sourceforge.net> | |
Sun, 4 Mar 2007 19:06:40 +0000 (19:06 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Sun, 4 Mar 2007 19:06:40 +0000 (19:06 +0000) |
src/sp-item.cpp | patch | blob | history |
diff --git a/src/sp-item.cpp b/src/sp-item.cpp
index 2d3ab3ea38612d5955b3a6f89832918a78baa731..521d2d1cc402cd022cb8bb178b4e3c8bf9dbf6f4 100644 (file)
--- a/src/sp-item.cpp
+++ b/src/sp-item.cpp
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 {