From 1c0a4eca434ada5675c6edc476325b7bb64da1a6 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sun, 4 Sep 2011 20:11:51 +0200 Subject: 1) Fix absolute scaling in transform dialog 2) Transform dialog now follows the user prefs for geometric vs. visual bounding box (bzr r10615) --- src/selection.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/selection.h') diff --git a/src/selection.h b/src/selection.h index af0facc3d..39e75685e 100644 --- a/src/selection.h +++ b/src/selection.h @@ -247,6 +247,9 @@ public: Geom::OptRect bounds(SPItem::BBoxType type) const; Geom::OptRect visualBounds() const; Geom::OptRect geometricBounds() const; + /** @brief Returns either the visual or geometric bounding rectangle of the selection, based on the + * preferences specified for the selector tool */ + Geom::OptRect preferredBounds() const; /// Returns the bounding rectangle of the selectionin document coordinates. Geom::OptRect documentBounds(SPItem::BBoxType type) const; -- cgit v1.2.3