diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-03-31 23:09:52 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Zenotz <jtx@jtx.marker.es> | 2013-03-31 23:09:52 +0000 |
| commit | a7ced41f3fa6933d0da0151ef42e82e0862581fb (patch) | |
| tree | 0b4e00c1c9fb4c6b0669ca062c25de97aa2f0524 /src/ui/tool/node.h | |
| parent | Fix bspline icon show (diff) | |
| download | inkscape-a7ced41f3fa6933d0da0151ef42e82e0862581fb.tar.gz inkscape-a7ced41f3fa6933d0da0151ef42e82e0862581fb.zip | |
Fix scale and rotate some nodes
(bzr r11950.1.78)
Diffstat (limited to 'src/ui/tool/node.h')
| -rw-r--r-- | src/ui/tool/node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h index 2b547256b..f6d5beadc 100644 --- a/src/ui/tool/node.h +++ b/src/ui/tool/node.h @@ -180,7 +180,7 @@ public: bool isEndNode() const; Handle *front() { return &_front; } Handle *back() { return &_back; } - + double bsplineWeight; /** * Gets the handle that faces the given adjacent node. * Will abort with error if the given node is not adjacent. |
