diff options
| author | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-28 09:59:33 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc.jeanmougin@telecom-paristech.fr> | 2018-04-28 09:59:33 +0000 |
| commit | 2a37d214a84b9dad43f447a09a65846d07e96f44 (patch) | |
| tree | 843b2ce041124c0dde7b548205ec626e483769b9 /src/knotholder.h | |
| parent | Fix bug when converting to paths cliped and masked LPE elemets (diff) | |
| download | inkscape-2a37d214a84b9dad43f447a09a65846d07e96f44.tar.gz inkscape-2a37d214a84b9dad43f447a09a65846d07e96f44.zip | |
Allow FER edition on canvas
Diffstat (limited to 'src/knotholder.h')
| -rw-r--r-- | src/knotholder.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/knotholder.h b/src/knotholder.h index 01e81c845..f03eea3ea 100644 --- a/src/knotholder.h +++ b/src/knotholder.h @@ -58,6 +58,7 @@ public: void add(KnotHolderEntity *e); void add_pattern_knotholder(); + void add_filter_knotholder(); void setEditTransform(Geom::Affine edit_transform); Geom::Affine getEditTransform() const { return _edit_transform; } |
