diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-03-23 14:55:27 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-03-23 14:55:27 +0000 |
| commit | ece108cd1302b59ac5f41a38b6bb377093348147 (patch) | |
| tree | 7e0288ea4271b638c22c94c0eefe1b833504b0f5 /src/ui/tool/path-manipulator.h | |
| parent | Enabling Mesh (diff) | |
| parent | Adding mesh (diff) | |
| download | inkscape-ece108cd1302b59ac5f41a38b6bb377093348147.tar.gz inkscape-ece108cd1302b59ac5f41a38b6bb377093348147.zip | |
Mauro based feedbak added some fixes
(bzr r11950.1.68)
Diffstat (limited to 'src/ui/tool/path-manipulator.h')
| -rw-r--r-- | src/ui/tool/path-manipulator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.h b/src/ui/tool/path-manipulator.h index 496bd957c..e68cabef1 100644 --- a/src/ui/tool/path-manipulator.h +++ b/src/ui/tool/path-manipulator.h @@ -99,7 +99,7 @@ public: bool search_unselected, bool closest); //BSpline bool isBSpline; - int controlBSplineSteps; + int getSteps(); //BSpline End // this is necessary for Tab-selection in MultiPathManipulator SubpathList &subpathList() { return _subpaths; } |
