Code

Merging from trunk
[inkscape.git] / src / selcue.cpp
index 418db8e744ff7b8f5e06e55d70633d6fa9123915..661f0a2e46d8fff1a11daf50d7a2dcdfd4cc9acb 100644 (file)
@@ -84,7 +84,7 @@ void Inkscape::SelCue::_updateItemBboxes()
     for (GSList const *l = _selection->itemList(); l != NULL; l = l->next) {
         SPItem *item = (SPItem *) l->data;
 
-        boost::optional<Geom::Rect> const b = to_2geom(sp_item_bbox_desktop(item, bbox_type));
+        boost::optional<Geom::Rect> const b = sp_item_bbox_desktop(item, bbox_type);
 
         SPCanvasItem* box = NULL;