From ab8b433f900ba071544cc64285aaee73077c03c5 Mon Sep 17 00:00:00 2001 From: gustav_b Date: Sun, 21 Oct 2007 20:23:02 +0000 Subject: [PATCH] Allow SPFlowtexts to be used in boolean operations --- src/splivarot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2