From 1df90fe03e1476397a7d48622f3ac280a5735dd1 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Thu, 15 Mar 2007 22:54:26 +0000 Subject: [PATCH] fix crash when editing text with multiple tspans --- src/desktop-style.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp index 789bcf4d0..9c7cbb35f 100644 --- a/src/desktop-style.cpp +++ b/src/desktop-style.cpp @@ -1031,6 +1031,7 @@ objects_query_blur (GSList *objects, SPStyle *style_res) SPObject *obj = SP_OBJECT (i->data); SPStyle *style = SP_OBJECT_STYLE (obj); if (!style) continue; + if (!SP_IS_ITEM(obj)) continue; NR::Matrix i2d = sp_item_i2d_affine (SP_ITEM(obj)); -- 2.30.2