From 98561991771e1144cee0db5765ec00c6f80eadbd Mon Sep 17 00:00:00 2001 From: Jabiertxof Date: Thu, 13 Sep 2018 16:05:51 +0200 Subject: Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not updated if no moviment on shift press --- src/ui/tools/measure-tool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/tools/measure-tool.h') 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 measure_tmp_items; std::vector measure_phantom_items; std::vector measure_item; -- cgit v1.2.3