[Bf-blender-cvs] [dcd0858] temp_manipulators_core: Fix manipulator update event define using already used value

Julian Eisel noreply at git.blender.org
Wed Sep 21 02:16:25 CEST 2016


Commit: dcd0858ef6a1f2a4897d64d7c647b28edcb33a10
Author: Julian Eisel
Date:   Wed Sep 21 02:12:12 2016 +0200
Branches: temp_manipulators_core
https://developer.blender.org/rBdcd0858ef6a1f2a4897d64d7c647b28edcb33a10

Fix manipulator update event define using already used value

Quite old issue even, since 97bb7d0a5ba1cb.

===================================================================

M	source/blender/windowmanager/wm_event_types.h

===================================================================

diff --git a/source/blender/windowmanager/wm_event_types.h b/source/blender/windowmanager/wm_event_types.h
index 57b3c24..9d34bc2 100644
--- a/source/blender/windowmanager/wm_event_types.h
+++ b/source/blender/windowmanager/wm_event_types.h
@@ -340,7 +340,7 @@ enum {
 	EVT_BUT_CANCEL        = 0x5024,
 
 	/* could become manipulator callback */
-	EVT_MANIPULATOR_UPDATE     = 0x5024,
+	EVT_MANIPULATOR_UPDATE     = 0x5025,
 	/* ********** End of Blender internal events. ********** */
 };




More information about the Bf-blender-cvs mailing list