[Bf-blender-cvs] [c0374398951] temp-vse-preview-transform: Now I forgot that I did prior change here, so values were incorrect :(

Richard Antalik noreply at git.blender.org
Mon Aug 30 00:01:28 CEST 2021


Commit: c03743989519c315a6c799978115d1e95e42c5dc
Author: Richard Antalik
Date:   Sun Aug 29 21:29:34 2021 +0200
Branches: temp-vse-preview-transform
https://developer.blender.org/rBc03743989519c315a6c799978115d1e95e42c5dc

Now I forgot that I did prior change here, so values were incorrect :(

===================================================================

M	source/blender/editors/transform/transform.h

===================================================================

diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 8d606a8a12e..7094ca2ea38 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -94,9 +94,9 @@ typedef enum {
   /** When transforming object's, adjust the object data so it stays in the same place. */
   CTX_OBMODE_XFORM_OBDATA = (1 << 13),
   /** Transform object parents without moving their children. */
-  /** Enable edge scrolling in 2D views */
-  CTX_VIEW2D_EDGE_PAN = (1 << 14),
   CTX_OBMODE_XFORM_SKIP_CHILDREN = (1 << 14),
+  /** Enable edge scrolling in 2D views */
+  CTX_VIEW2D_EDGE_PAN = (1 << 15),
 } eTContext;
 
 /** #TransInfo.flag */



More information about the Bf-blender-cvs mailing list