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>2007-12-12 14:00:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2007-12-12 14:00:39 +0300
commit4bb0b1c11fa008b9d9e0a8a8ca7883b55fa82463 (patch)
tree86c34ccd8a991fc6d915a1b1ee50622b602e3e63 /source/blender/src/toolbox.c
parentf6cb9217d7df41f781d12c3e0c1e6bc4f7ab2e2d (diff)
incorrectly set the toolbox not to quit on mousemove
Diffstat (limited to 'source/blender/src/toolbox.c')
-rw-r--r--source/blender/src/toolbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/toolbox.c b/source/blender/src/toolbox.c
index df8b129aea2..969b9d4657b 100644
--- a/source/blender/src/toolbox.c
+++ b/source/blender/src/toolbox.c
@@ -2219,7 +2219,7 @@ void toolbox_n(void)
}
uiBoundsBlock(block, 2);
- event= uiDoBlocks(&tb_listb, 0, 0);
+ event= uiDoBlocks(&tb_listb, 0, 1);
/* free all dynamic entries... */
BLI_freelistN(&storage);