diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2015-03-19 18:27:16 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2015-03-19 18:27:16 +0000 |
| commit | 6f389e1771b308f9e2686060f7dc292b7f65daa5 (patch) | |
| tree | 35f5fae6ce272d446359fb2010861f07734e1ab6 /src/live_effects/parameter/point.cpp | |
| parent | fixing a boring bug in path manipulator (diff) | |
| parent | ui/tools: sp. fixes (cosmetic) (diff) | |
| download | inkscape-6f389e1771b308f9e2686060f7dc292b7f65daa5.tar.gz inkscape-6f389e1771b308f9e2686060f7dc292b7f65daa5.zip | |
update to trunk
(bzr r13645.1.44)
Diffstat (limited to 'src/live_effects/parameter/point.cpp')
| -rw-r--r-- | src/live_effects/parameter/point.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/point.cpp b/src/live_effects/parameter/point.cpp index 4564363db..4c4d2cd9c 100644 --- a/src/live_effects/parameter/point.cpp +++ b/src/live_effects/parameter/point.cpp @@ -141,7 +141,7 @@ PointParam::set_oncanvas_looks(SPKnotShapeType shape, SPKnotModeType mode, guint class PointParamKnotHolderEntity : public KnotHolderEntity { public: PointParamKnotHolderEntity(PointParam *p) { this->pparam = p; } - virtual ~PointParamKnotHolderEntity() {} + virtual ~PointParamKnotHolderEntity() { this->pparam->knoth = NULL;} virtual void knot_set(Geom::Point const &p, Geom::Point const &origin, guint state); virtual Geom::Point knot_get() const; |
