diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-01-16 09:15:26 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-01-16 09:15:26 +0000 |
| commit | 80d4f7a1195900b44b03b0816d92c0a8af2df84b (patch) | |
| tree | a8f521abfeecedf90e39c00f5b100398cabf345c /src/sp-item.cpp | |
| parent | Adding jo Irisson for all his work on the Mac port (diff) | |
| download | inkscape-80d4f7a1195900b44b03b0816d92c0a8af2df84b.tar.gz inkscape-80d4f7a1195900b44b03b0816d92c0a8af2df84b.zip | |
Move 'bounding box' option up one level (from Selector to Tools page in Preferences) since it applies more globally than just in the Selector tool (see discussion on the mailing list)
(bzr r4513)
Diffstat (limited to 'src/sp-item.cpp')
| -rw-r--r-- | src/sp-item.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 078ff6c59..63d20d320 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -1600,7 +1600,7 @@ sp_item_convert_to_guides(SPItem *item) { SPDesktop *dt = inkscape_active_desktop(); SPNamedView *nv = sp_desktop_namedview(dt); - gchar const *prefs_bbox = prefs_get_string_attribute("tools.select", "bounding_box"); + gchar const *prefs_bbox = prefs_get_string_attribute("tools", "bounding_box"); SPItem::BBoxType bbox_type = (prefs_bbox != NULL && strcmp(prefs_bbox, "geometric")==0)? SPItem::GEOMETRIC_BBOX : SPItem::RENDERING_BBOX; NR::Maybe<NR::Rect> bbox = sp_item_bbox_desktop(item, bbox_type); |
