diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-05-27 06:41:46 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-05-27 06:41:46 +0000 |
| commit | 2c4c3f01ced3af14cdf8b443e49dd67495822370 (patch) | |
| tree | 9b55b8cae3b82e9d724e4713d723c6fcb38906e8 /src/live_effects | |
| parent | Add hide operand, work on groups and allow shapes as parameters in LPE Bool (diff) | |
| download | inkscape-2c4c3f01ced3af14cdf8b443e49dd67495822370.tar.gz inkscape-2c4c3f01ced3af14cdf8b443e49dd67495822370.zip | |
Fix a issue compiling with a obsolete value I forget remove in prev comit
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/parameter/originalpath.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/live_effects/parameter/originalpath.cpp b/src/live_effects/parameter/originalpath.cpp index 5430b67c1..dd292fee3 100644 --- a/src/live_effects/parameter/originalpath.cpp +++ b/src/live_effects/parameter/originalpath.cpp @@ -30,12 +30,11 @@ namespace LivePathEffect { OriginalPathParam::OriginalPathParam( const Glib::ustring& label, const Glib::ustring& tip, const Glib::ustring& key, Inkscape::UI::Widget::Registry* wr, - Effect* effect, bool all) + Effect* effect) : PathParam(label, tip, key, wr, effect, "") { oncanvas_editable = false; _from_original_d = false; - _all = false; } OriginalPathParam::~OriginalPathParam() |
