diff options
| author | Tomasz Boczkowski <penginsbacon@gmail.com> | 2015-05-17 09:20:36 +0000 |
|---|---|---|
| committer | Tomasz Boczkowski <penginsbacon@gmail.com> | 2015-05-17 09:20:36 +0000 |
| commit | 447b1bcfc29b92f76a9788f5b71dff96ee632b80 (patch) | |
| tree | b57b369ec150bcd6242372bd6cbd6b289a5c8902 /src/selection.cpp | |
| parent | merged trunk (diff) | |
| parent | Fix attributes unit test. (diff) | |
| download | inkscape-447b1bcfc29b92f76a9788f5b71dff96ee632b80.tar.gz inkscape-447b1bcfc29b92f76a9788f5b71dff96ee632b80.zip | |
merged trunk
(bzr r14059.1.27)
Diffstat (limited to 'src/selection.cpp')
| -rw-r--r-- | src/selection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/selection.cpp b/src/selection.cpp index 7979b5d61..77a507eec 100644 --- a/src/selection.cpp +++ b/src/selection.cpp @@ -125,6 +125,7 @@ Selection::_releaseContext(SPObject *obj) void Selection::_invalidateCachedLists() { _items.clear(); _reprs.clear(); + _objs_vector.clear(); } void Selection::_clear() { |
