diff options
| author | mathog <> | 2014-09-08 17:13:03 +0000 |
|---|---|---|
| committer | mathog <> | 2014-09-08 17:13:03 +0000 |
| commit | 71c3b0398381d4bace1427bbda11f486fcbcc307 (patch) | |
| tree | da5143086f2d7335ce1c8f9d1c9177603dde2304 /src/sp-item-group.h | |
| parent | Translations. Italian translation update (75%) by Firas Hanife. (diff) | |
| download | inkscape-71c3b0398381d4bace1427bbda11f486fcbcc307.tar.gz inkscape-71c3b0398381d4bace1427bbda11f486fcbcc307.zip | |
partial rollback of r13544, allow old recursive behavior for some locations, but not EMF import
(bzr r13549)
Diffstat (limited to 'src/sp-item-group.h')
| -rw-r--r-- | src/sp-item-group.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item-group.h b/src/sp-item-group.h index 2004a72b8..dd1e9317a 100644 --- a/src/sp-item-group.h +++ b/src/sp-item-group.h @@ -52,7 +52,7 @@ public: LayerMode layerDisplayMode(unsigned int display_key) const; void setLayerDisplayMode(unsigned int display_key, LayerMode mode); void translateChildItems(Geom::Translate const &tr); - void scaleChildItemsRec(Geom::Scale const &sc, Geom::Point const &p); + void scaleChildItemsRec(Geom::Scale const &sc, Geom::Point const &p, bool noRecurse); gint getItemCount() const; virtual void _showChildren (Inkscape::Drawing &drawing, Inkscape::DrawingItem *ai, unsigned int key, unsigned int flags); |
