Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / sp-tref.cpp
index 00244c122133d284eebfde8182961fd8fd2c6980..83f9ecfa6e3cf2f8a1b9d98a432789fa7449c3a2 100644 (file)
@@ -324,7 +324,7 @@ sp_tref_bbox(SPItem const *item, NRRect *bbox, Geom::Matrix const &transform, un
 {
     // find out the ancestor text which holds our layout
     SPObject *parent_text = SP_OBJECT(item);
-    for (; parent_text != NULL && !SP_IS_TEXT(parent_text); parent_text = SP_OBJECT_PARENT (parent_text));
+    for (; parent_text != NULL && !SP_IS_TEXT(parent_text); parent_text = SP_OBJECT_PARENT (parent_text)){};
     if (parent_text == NULL) return;
 
     // get the bbox of our portion of the layout