From 0d4ecc4f2d81dfa28aa8754f0a48ec54166aa250 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Tue, 10 Jul 2007 12:59:33 +0000 Subject: Different resizing variant for 3D boxes (8 handles) (bzr r3207) --- src/widgets/toolbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets') 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"); } } -- cgit v1.2.3