summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorMaximilian Albert <maximilian.albert@gmail.com>2007-07-10 12:59:33 +0000
committercilix42 <cilix42@users.sourceforge.net>2007-07-10 12:59:33 +0000
commit0d4ecc4f2d81dfa28aa8754f0a48ec54166aa250 (patch)
tree53aab5fc36c601ba202d083c63c56ced1bca1717 /src/widgets/toolbox.cpp
parentsmall cleanups (diff)
downloadinkscape-0d4ecc4f2d81dfa28aa8754f0a48ec54166aa250.tar.gz
inkscape-0d4ecc4f2d81dfa28aa8754f0a48ec54166aa250.zip
Different resizing variant for 3D boxes (8 handles)
(bzr r3207)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index 95e893a34..fee4c7da1 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -2149,7 +2149,7 @@ static void sp_3dboxtb_handles_state_changed( EgeSelectOneAction *act, GObject *
if ( ege_select_one_action_get_active( act ) != 0 ) {
prefs_set_string_attribute("tools.shapes.3dbox", "constrainedXYmoving", "true");
} else {
- prefs_set_string_attribute("tools.shapes.3dbox", "constrainedXYmoving", NULL);
+ prefs_set_string_attribute("tools.shapes.3dbox", "constrainedXYmoving", "false");
}
}