diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-08-04 09:10:17 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-08-04 09:10:17 +0000 |
| commit | 5753fd8392dbfa06c3c808b5248d008d008a02c8 (patch) | |
| tree | 092333efec8e95ee0c3193c505eda87fdfca21c5 /src/selection.h | |
| parent | setting of attributes and default values for feColorMatrix. (diff) | |
| download | inkscape-5753fd8392dbfa06c3c808b5248d008d008a02c8.tar.gz inkscape-5753fd8392dbfa06c3c808b5248d008d008a02c8.zip | |
Make snapping to the item's transformation center optional, but not yet available in the snapping preferences dialog
(bzr r3365)
Diffstat (limited to 'src/selection.h')
| -rw-r--r-- | src/selection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selection.h b/src/selection.h index d8427108f..58204160b 100644 --- a/src/selection.h +++ b/src/selection.h @@ -259,7 +259,7 @@ public: * @brief Gets the selection's snap points. * @return Selection's snap points */ - std::vector<NR::Point> getSnapPoints() const; + std::vector<NR::Point> getSnapPoints(bool includeItemCenter) const; /** * @brief Gets the snap points of a selection that form a convex hull. |
