summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Owens <doctormo@gmail.com>2016-01-02 23:41:53 +0000
committerMartin Owens <doctormo@gmail.com>2016-01-02 23:41:53 +0000
commiteafe1b968031373fca51138b097faec41c80c9d7 (patch)
treedb7ec3360e2f3384eea30c4cd9a0a4153ae0cb34
parentBuild. New Potrace dependency added in the devlibs. (diff)
downloadinkscape-eafe1b968031373fca51138b097faec41c80c9d7.tar.gz
inkscape-eafe1b968031373fca51138b097faec41c80c9d7.zip
Remove two path requirement, there is some really good functionality with multiple paths we're missing out on.
(bzr r14560)
-rw-r--r--src/splivarot.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/splivarot.cpp b/src/splivarot.cpp
index 726df6e20..9b2890bb8 100644
--- a/src/splivarot.cpp
+++ b/src/splivarot.cpp
@@ -342,13 +342,6 @@ sp_selected_path_boolop(Inkscape::Selection *selection, SPDesktop *desktop, bool
g_assert(!il.empty());
- if (il.size() > 2) {
- if (bop == bool_op_diff || bop == bool_op_cut || bop == bool_op_slice ) {
- boolop_display_error_message(desktop, _("Select <b>exactly 2 paths</b> to perform difference, division, or path cut."));
- return;
- }
- }
-
// reverseOrderForOp marks whether the order of the list is the top->down order
// it's only used when there are 2 objects, and for operations who need to know the
// topmost object (differences, cuts)