Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-05-13 10:51:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-13 10:51:13 +0400
commit2e478ca76daf0c103815c5fa5c71369bdb3fbbec (patch)
tree19682c98805eff5ad5e0bda3c2702bd499c49ac2 /source/blender/editors/include
parentb0e2b63200fde1b99a5bb7023b9c3b474b913af2 (diff)
change to drag-lock behavior, only use with outliner (this way layers can be changed all at once)
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/UI_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/UI_interface.h b/source/blender/editors/include/UI_interface.h
index d8d9c56bed3..ea05fc6166a 100644
--- a/source/blender/editors/include/UI_interface.h
+++ b/source/blender/editors/include/UI_interface.h
@@ -149,7 +149,7 @@ typedef struct uiLayout uiLayout;
#define UI_TEXT_RIGHT 1024
#define UI_BUT_NODE_LINK 2048
#define UI_BUT_NODE_ACTIVE 4096
-#define UI_FLAG_UNUSED 8192
+#define UI_BUT_DRAG_LOCK 8192
/* button align flag, for drawing groups together */
#define UI_BUT_ALIGN (UI_BUT_ALIGN_TOP | UI_BUT_ALIGN_LEFT | UI_BUT_ALIGN_RIGHT | UI_BUT_ALIGN_DOWN)