[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [38761] trunk/blender/source/blender/ editors/space_node/node_edit.c: fix [#28098] Continuous Grab does not work for movement of the "Backdrop" in the Node Editor

Campbell Barton ideasman42 at gmail.com
Wed Jul 27 19:49:35 CEST 2011


Revision: 38761
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=38761
Author:   campbellbarton
Date:     2011-07-27 17:49:35 +0000 (Wed, 27 Jul 2011)
Log Message:
-----------
fix [#28098] Continuous Grab does not work for movement of the "Backdrop" in the Node Editor

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_node/node_edit.c

Modified: trunk/blender/source/blender/editors/space_node/node_edit.c
===================================================================
--- trunk/blender/source/blender/editors/space_node/node_edit.c	2011-07-27 17:43:32 UTC (rev 38760)
+++ trunk/blender/source/blender/editors/space_node/node_edit.c	2011-07-27 17:49:35 UTC (rev 38761)
@@ -1101,7 +1101,7 @@
 	ot->cancel= snode_bg_viewmove_cancel;
 	
 	/* flags */
-	ot->flag= OPTYPE_BLOCKING;
+	ot->flag= OPTYPE_BLOCKING|OPTYPE_GRAB_POINTER;
 }
 
 static int backimage_zoom(bContext *C, wmOperator *op)




More information about the Bf-blender-cvs mailing list