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 /testfiles/src/attributes-test.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 'testfiles/src/attributes-test.cpp')
| -rw-r--r-- | testfiles/src/attributes-test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testfiles/src/attributes-test.cpp b/testfiles/src/attributes-test.cpp index 808760e1e..7b3be37bd 100644 --- a/testfiles/src/attributes-test.cpp +++ b/testfiles/src/attributes-test.cpp @@ -413,8 +413,6 @@ std::vector<AttributeInfo> getKnownAttrs() AttributeInfo("inkscape:layoutOptions", true), AttributeInfo("inkscape:lockguides", true), AttributeInfo("inkscape:locked", true), - AttributeInfo("inkscape:measure-end", true), - AttributeInfo("inkscape:measure-start", true), AttributeInfo("inkscape:object-nodes", true), AttributeInfo("inkscape:object-paths", true), AttributeInfo("inkscape:original", true), |
