summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-item.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2014-05-03 21:37:36 +0000
committerDiederik van Lierop <mail@diedenrezi.nl>2014-05-03 21:37:36 +0000
commit8f373840d0a408d43d2a6712c638463637890e97 (patch)
tree765db7909177aa0dc1369800bb808fe2646d1a0f /src/display/drawing-item.cpp
parentDocumentation. Basic tutorial update (not fully translated yet). (diff)
downloadinkscape-8f373840d0a408d43d2a6712c638463637890e97.tar.gz
inkscape-8f373840d0a408d43d2a6712c638463637890e97.zip
Fix bounding box cache issues in general, and prevent the selector tool from updating anything in case of identity affines (which prevents the bounding box from being invalidated)
Fixed bugs: - https://launchpad.net/bugs/1256597 (bzr r13333)
Diffstat (limited to 'src/display/drawing-item.cpp')
-rw-r--r--src/display/drawing-item.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/drawing-item.cpp b/src/display/drawing-item.cpp
index 938330b02..0bfb00b62 100644
--- a/src/display/drawing-item.cpp
+++ b/src/display/drawing-item.cpp
@@ -407,7 +407,7 @@ DrawingItem::setItemBounds(Geom::OptRect const &bounds)
* @param reset State fields that should be reset before processing them. This is
* a means to force a recomputation of internal data even if the item
* considers it up to date. Mainly for internal use, such as
- * propagating bunding box recomputation to children when the item's
+ * propagating bounding box recomputation to children when the item's
* transform changes.
*/
void