diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2011-09-04 18:11:51 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2011-09-04 18:11:51 +0000 |
| commit | 1c0a4eca434ada5675c6edc476325b7bb64da1a6 (patch) | |
| tree | 75c5ac045388b1be8cedc8ac8f8177f10c7bea38 /src/sp-item.h | |
| parent | Allow changing dimensions of vertical/horizontal lines using the numeric inpu... (diff) | |
| download | inkscape-1c0a4eca434ada5675c6edc476325b7bb64da1a6.tar.gz inkscape-1c0a4eca434ada5675c6edc476325b7bb64da1a6.zip | |
1) Fix absolute scaling in transform dialog
2) Transform dialog now follows the user prefs for geometric vs. visual bounding box
(bzr r10615)
Diffstat (limited to 'src/sp-item.h')
| -rw-r--r-- | src/sp-item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sp-item.h b/src/sp-item.h index b827f6555..5558d3c62 100644 --- a/src/sp-item.h +++ b/src/sp-item.h @@ -178,6 +178,7 @@ public: Geom::OptRect documentBounds(BBoxType type) const; Geom::OptRect desktopGeometricBounds() const; Geom::OptRect desktopVisualBounds() const; + Geom::OptRect desktopPreferredBounds() const; Geom::OptRect desktopBounds(BBoxType type) const; unsigned pos_in_parent(); |
