summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/point.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2010-02-14 23:53:33 +0000
committerJohan <Johan@JohannesMobile>2010-02-14 23:53:33 +0000
commitbe7994523333ce17d828ef5923b8c183fdb750e7 (patch)
tree028ddd2e838a24351fd3a5c7517c288194cc577d /src/ui/widget/point.cpp
parentGradient editor: don't show pre-snap indicator when hovering above the knot o... (diff)
parentfix bug: when creating an xy-grid, respect the default unit setting. (the pre... (diff)
downloadinkscape-be7994523333ce17d828ef5923b8c183fdb750e7.tar.gz
inkscape-be7994523333ce17d828ef5923b8c183fdb750e7.zip
- fix bug: xy grid default unit was not respected
- color original-d path as normal path in node tool - remove obsolete todo comment - add widget controls for vectorparam in lpe (bzr r9092)
Diffstat (limited to 'src/ui/widget/point.cpp')
-rw-r--r--src/ui/widget/point.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/point.cpp b/src/ui/widget/point.cpp
index 508a8d961..f27cfe8c6 100644
--- a/src/ui/widget/point.cpp
+++ b/src/ui/widget/point.cpp
@@ -194,7 +194,7 @@ Point::setRange(double min, double max)
/** Sets the value of the spin button */
void
-Point::setValue(Geom::Point & p)
+Point::setValue(Geom::Point const & p)
{
xwidget.setValue(p[0]);
ywidget.setValue(p[1]);