diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2015-05-12 22:12:43 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2015-05-12 22:12:43 +0000 |
| commit | 4bd53e1e365fe78a674ee6ee0232f4a1d9b38dbf (patch) | |
| tree | f3e4e2c8e82825bbc6404d91b64db2dc8609a84f /src/selection.cpp | |
| parent | cmake: fix build with new GUI for font-variant-xxx (r14148) (diff) | |
| download | inkscape-4bd53e1e365fe78a674ee6ee0232f4a1d9b38dbf.tar.gz inkscape-4bd53e1e365fe78a674ee6ee0232f4a1d9b38dbf.zip | |
forgot a line; had weird consequences on filters
(bzr r14150)
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() { |
