app: set the default 3D Transform tool mode to rotation
Change the default mode of the 3D Transform tool from CAMERA to ROTATE. Canvas interaction is limited in camera mode, while rotation is the main function of the tool.
This commit is contained in:
parent
3a8725a409
commit
251d758771
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ gimp_transform_3d_options_class_init (GimpTransform3DOptionsClass *klass)
|
|||
_("Mode"),
|
||||
_("Transform mode"),
|
||||
GIMP_TYPE_TRANSFORM_3D_MODE,
|
||||
GIMP_TRANSFORM_3D_MODE_CAMERA,
|
||||
GIMP_TRANSFORM_3D_MODE_ROTATE,
|
||||
GIMP_PARAM_STATIC_STRINGS);
|
||||
|
||||
GIMP_CONFIG_PROP_BOOLEAN (object_class, PROP_UNIFIED,
|
||||
|
|
|
|||
Loading…
Reference in a new issue