From 680d0db83c433aa88564219a34beaf11a2cb47a1 Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Fri, 19 Sep 2014 22:11:16 +0200 Subject: Fix T41875: Update issue in Timeline space This space did not refresh on NC_OBJECT, ND_BONE_SELECT notifier... --- source/blender/editors/space_time/space_time.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/space_time') diff --git a/source/blender/editors/space_time/space_time.c b/source/blender/editors/space_time/space_time.c index 2fd4b0bc21d..88c57d45b79 100644 --- a/source/blender/editors/space_time/space_time.c +++ b/source/blender/editors/space_time/space_time.c @@ -405,6 +405,7 @@ static void time_listener(bScreen *UNUSED(sc), ScrArea *sa, wmNotifier *wmn) case NC_OBJECT: { switch (wmn->data) { + case ND_BONE_SELECT: case ND_BONE_ACTIVE: case ND_POINTCACHE: case ND_MODIFIER: -- cgit v1.2.3