[Bf-blender-cvs] [6d0c59b0116] blender2.8: Dopesheet-Timeline: Make sure ND_SPACE_TIMELINE notifier gets handled by dopesheet

Joshua Leung noreply at git.blender.org
Fri Apr 20 19:06:54 CEST 2018


Commit: 6d0c59b0116a8575e82b71e61e7c577923f3d2b7
Author: Joshua Leung
Date:   Fri Apr 20 12:26:47 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB6d0c59b0116a8575e82b71e61e7c577923f3d2b7

Dopesheet-Timeline: Make sure ND_SPACE_TIMELINE notifier gets handled by dopesheet

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

M	source/blender/editors/space_action/space_action.c

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

diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c
index 6b95f9c41c4..23e3751b358 100644
--- a/source/blender/editors/space_action/space_action.c
+++ b/source/blender/editors/space_action/space_action.c
@@ -600,6 +600,9 @@ static void action_listener(
 				case ND_SPACE_DOPESHEET:
 					ED_area_tag_redraw(sa);
 					break;
+				case ND_SPACE_TIME:
+					ED_area_tag_redraw(sa);
+					break;
 				case ND_SPACE_CHANGED:
 					saction->flag |= SACTION_TEMP_NEEDCHANSYNC;
 					ED_area_tag_refresh(sa);



More information about the Bf-blender-cvs mailing list