summaryrefslogtreecommitdiffstats
path: root/src/attributes.cpp
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2018-11-25 10:10:02 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2018-11-25 10:11:19 +0000
commit5e593d90927b37a54f5c2d663bd25d6d661d7be9 (patch)
tree96abef646519840e5946e941863d1991cbb458eb /src/attributes.cpp
parentAdd plugs for the icon and GTK3 themes (diff)
downloadinkscape-5e593d90927b37a54f5c2d663bd25d6d661d7be9.tar.gz
inkscape-5e593d90927b37a54f5c2d663bd25d6d661d7be9.zip
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
Diffstat (limited to 'src/attributes.cpp')
-rw-r--r--src/attributes.cpp3
1 files changed, 0 insertions, 3 deletions
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"},