[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [12851] trunk/blender/source/blender/src/ toolbox.c: incorrectly set the toolbox not to quit on mousemove

Campbell Barton ideasman42 at gmail.com
Wed Dec 12 12:00:40 CET 2007


Revision: 12851
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=12851
Author:   campbellbarton
Date:     2007-12-12 12:00:39 +0100 (Wed, 12 Dec 2007)

Log Message:
-----------
incorrectly set the toolbox not to quit on mousemove

Modified Paths:
--------------
    trunk/blender/source/blender/src/toolbox.c

Modified: trunk/blender/source/blender/src/toolbox.c
===================================================================
--- trunk/blender/source/blender/src/toolbox.c	2007-12-11 23:31:55 UTC (rev 12850)
+++ trunk/blender/source/blender/src/toolbox.c	2007-12-12 11:00:39 UTC (rev 12851)
@@ -2219,7 +2219,7 @@
 	}
 	
 	uiBoundsBlock(block, 2);
-	event= uiDoBlocks(&tb_listb, 0, 0);
+	event= uiDoBlocks(&tb_listb, 0, 1);
 	
 	/* free all dynamic entries... */
 	BLI_freelistN(&storage);





More information about the Bf-blender-cvs mailing list