From 9d1e0d84fee572536e2e2f5248eab61204dffd24 Mon Sep 17 00:00:00 2001 From: gustav_b Date: Sun, 21 Oct 2007 20:23:02 +0000 Subject: Allow SPFlowtexts to be used in boolean operations (bzr r3938) --- src/splivarot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/splivarot.cpp') diff --git a/src/splivarot.cpp b/src/splivarot.cpp index d16137c1d..fff70eb25 100644 --- a/src/splivarot.cpp +++ b/src/splivarot.cpp @@ -187,7 +187,7 @@ sp_selected_path_boolop(bool_op bop, const unsigned int verb, const Glib::ustrin for (GSList *l = il; l != NULL; l = l->next) { SPItem *item = SP_ITEM(l->data); - if (!SP_IS_SHAPE(item) && !SP_IS_TEXT(item)) + if (!SP_IS_SHAPE(item) && !SP_IS_TEXT(item) && !SP_IS_FLOWTEXT(item)) { desktop->messageStack()->flash(Inkscape::ERROR_MESSAGE, _("One of the objects is not a path, cannot perform boolean operation.")); g_slist_free(il); -- cgit v1.2.3