summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/measure-tool.h
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-09-13 14:05:51 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-09-13 14:05:51 +0000
commit98561991771e1144cee0db5765ec00c6f80eadbd (patch)
tree065ae38c0f22dfd86768bb548ba8ba607c533efb /src/ui/tools/measure-tool.h
parentFix DPI wrong code pointed by Mc (diff)
downloadinkscape-98561991771e1144cee0db5765ec00c6f80eadbd.tar.gz
inkscape-98561991771e1144cee0db5765ec00c6f80eadbd.zip
Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not updated if no moviment on shift press
Diffstat (limited to '')
-rw-r--r--src/ui/tools/measure-tool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tools/measure-tool.h b/src/ui/tools/measure-tool.h
index f87ac2c81..0fb488948 100644
--- a/src/ui/tools/measure-tool.h
+++ b/src/ui/tools/measure-tool.h
@@ -77,6 +77,7 @@ private:
gint dimension_offset;
Geom::Point start_p;
Geom::Point end_p;
+ Geom::Point last_pos;
std::vector<SPCanvasItem *> measure_tmp_items;
std::vector<SPCanvasItem *> measure_phantom_items;
std::vector<SPCanvasItem *> measure_item;