diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-10-16 12:23:21 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-10-16 12:23:21 +0000 |
| commit | bd1f2f185d4b1f4a849d07c4e57e9475f54821fd (patch) | |
| tree | 7f099214b405822285df61a7e0577ca0b5365060 /src | |
| parent | Make private bend parameter like original (diff) | |
| download | inkscape-bd1f2f185d4b1f4a849d07c4e57e9475f54821fd.tar.gz inkscape-bd1f2f185d4b1f4a849d07c4e57e9475f54821fd.zip | |
add empty line in bend parameter like original
(bzr r12588.1.22)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-bendpath.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-bendpath.h b/src/live_effects/lpe-bendpath.h index 38b1a1446..16b8c6137 100644 --- a/src/live_effects/lpe-bendpath.h +++ b/src/live_effects/lpe-bendpath.h @@ -39,6 +39,7 @@ public: virtual void resetDefaults(SPItem const* item); + private: PathParam bend_path; ScalarParam prop_scale; |
