diff options
| author | gustav_b <gustav_b@users.sourceforge.net> | 2007-10-21 20:23:02 +0000 |
|---|---|---|
| committer | gustav_b <gustav_b@users.sourceforge.net> | 2007-10-21 20:23:02 +0000 |
| commit | 9d1e0d84fee572536e2e2f5248eab61204dffd24 (patch) | |
| tree | 47715db1797f6e04db0b51f9a3c91ed83ed6f6ee /src/splivarot.cpp | |
| parent | add extension to generate perfect bound cover templates (diff) | |
| download | inkscape-9d1e0d84fee572536e2e2f5248eab61204dffd24.tar.gz inkscape-9d1e0d84fee572536e2e2f5248eab61204dffd24.zip | |
Allow SPFlowtexts to be used in boolean operations
(bzr r3938)
Diffstat (limited to 'src/splivarot.cpp')
| -rw-r--r-- | src/splivarot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <b>not a path</b>, cannot perform boolean operation.")); g_slist_free(il); |
