From 4bb0b1c11fa008b9d9e0a8a8ca7883b55fa82463 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 12 Dec 2007 11:00:39 +0000 Subject: incorrectly set the toolbox not to quit on mousemove --- source/blender/src/toolbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/src/toolbox.c') 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); -- cgit v1.2.3