[gimp/gimp-2-10] app: set the default 3D Transform tool mode to rotation
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: set the default 3D Transform tool mode to rotation
- Date: Wed, 5 Feb 2020 07:30:23 +0000 (UTC)
commit 4ef668676e78e3e0dd1947a459f097332414597f
Author: Ell <ell_se yahoo com>
Date: Wed Feb 5 09:23:42 2020 +0200
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.
(cherry picked from commit 251d758771fa8940567208f5fe866513a814769d)
app/tools/gimptransform3doptions.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/tools/gimptransform3doptions.c b/app/tools/gimptransform3doptions.c
index a4baf1d53e..bede62b0dd 100644
--- a/app/tools/gimptransform3doptions.c
+++ b/app/tools/gimptransform3doptions.c
@@ -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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]