From ee509b4cb7fb71f48a530d56ba506a01cce82bcc Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Tue, 9 Feb 2016 00:05:09 +1300 Subject: Fix: Renaming Grease Pencil layers doesn't update the Dopesheet Channels Region --- source/blender/editors/space_action/space_action.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/editors/space_action') diff --git a/source/blender/editors/space_action/space_action.c b/source/blender/editors/space_action/space_action.c index 09746b639c8..53c5a008af8 100644 --- a/source/blender/editors/space_action/space_action.c +++ b/source/blender/editors/space_action/space_action.c @@ -296,6 +296,10 @@ static void action_channel_region_listener(bScreen *UNUSED(sc), ScrArea *UNUSED( break; } break; + case NC_GPENCIL: + if (wmn->action == NA_RENAME) + ED_region_tag_redraw(ar); + break; case NC_ID: if (wmn->action == NA_RENAME) ED_region_tag_redraw(ar); -- cgit v1.2.3