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)

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to