diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-10-16 09:40:21 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-10-16 09:40:21 +0000 |
| commit | 3d8196c9c565f03727b6a4801c45b332424feb70 (patch) | |
| tree | e2fff8a623c7328f6d9ae98ce23ce4a9d06d98c3 /src/selection-chemistry.cpp | |
| parent | Update motion redraw of bsplines (diff) | |
| parent | add (commented-out) flag for C++11 compilation. (note that on Windows we use ... (diff) | |
| download | inkscape-3d8196c9c565f03727b6a4801c45b332424feb70.tar.gz inkscape-3d8196c9c565f03727b6a4801c45b332424feb70.zip | |
Update to trunk
(bzr r11950.1.184)
Diffstat (limited to 'src/selection-chemistry.cpp')
| -rw-r--r-- | src/selection-chemistry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp index 5463c3f94..c5169fff5 100644 --- a/src/selection-chemistry.cpp +++ b/src/selection-chemistry.cpp @@ -785,7 +785,7 @@ void sp_selection_ungroup(Inkscape::Selection *selection, SPDesktop *desktop) SPItem *group = static_cast<SPItem *>(i->data); // when ungrouping cloned groups with their originals, some objects that were selected may no more exist due to unlinking - if (!SP_IS_OBJECT(group)) { + if (!SP_IS_OBJECT(group) || !group->getRepr()) { continue; } |
