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:
authorTon Roosendaal <ton@blender.org>2006-11-12 12:26:38 +0300
committerTon Roosendaal <ton@blender.org>2006-11-12 12:26:38 +0300
commitfbcb0c1e453679cd347b331e22d95d5b562e3b27 (patch)
tree1be8696cfcd239c008a7f4cf13915fb89edc8c0e /source/blender/src
parentc8a8760c419e6719307447c5279efa0029bb526e (diff)
New 'TOG DUAL' button (for locking bone layers) disabled extend-press
with shift key.
Diffstat (limited to 'source/blender/src')
-rw-r--r--source/blender/src/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/interface.c b/source/blender/src/interface.c
index 7e94ede8fd4..609a0a3088c 100644
--- a/source/blender/src/interface.c
+++ b/source/blender/src/interface.c
@@ -1509,7 +1509,7 @@ static int ui_do_but_TOG(uiBlock *block, uiBut *but, int qual)
int w, lvalue, push;
/* local hack... */
- if(but->type==BUT_TOGDUAL && qual) {
+ if(but->type==BUT_TOGDUAL && qual==LR_CTRLKEY) {
if(but->pointype==SHO)
but->poin += 2;
else if(but->pointype==INT)