From 5e593d90927b37a54f5c2d663bd25d6d661d7be9 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sun, 25 Nov 2018 11:10:02 +0100 Subject: Fix bug 1804946: Measurement tool is very slow when using grids This move from Namedview to a new prefernecr point to not reload full namedview on meassure --- src/attributes.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/attributes.cpp') diff --git a/src/attributes.cpp b/src/attributes.cpp index 1c90682ef..1222d2669 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -128,9 +128,6 @@ static SPStyleProp const props[] = { {SP_ATTR_POSITION, "position"}, {SP_ATTR_INKSCAPE_COLOR, "inkscape:color"}, {SP_ATTR_INKSCAPE_LOCKED, "inkscape:locked"}, - /* Measure tool */ - {SP_ATTR_INKSCAPE_MEASURE_START, "inkscape:measure-start"}, - {SP_ATTR_INKSCAPE_MEASURE_END, "inkscape:measure-end"}, /* SPImage */ {SP_ATTR_X, "x"}, {SP_ATTR_Y, "y"}, -- cgit v1.2.3