diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-11-25 10:10:02 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-11-25 10:11:19 +0000 |
| commit | 5e593d90927b37a54f5c2d663bd25d6d661d7be9 (patch) | |
| tree | 96abef646519840e5946e941863d1991cbb458eb /src/attributes.cpp | |
| parent | Add plugs for the icon and GTK3 themes (diff) | |
| download | inkscape-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.cpp | 3 |
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"}, |
