Fix T41875: Update issue in Timeline space

This space did not refresh on NC_OBJECT, ND_BONE_SELECT notifier...
This commit is contained in:
Bastien Montagne 2014-09-19 22:11:16 +02:00
parent 23e2c97f63
commit 680d0db83c
Notes: blender-bot 2023-02-14 10:04:43 +01:00
Referenced by issue #41875, Timeline is not showing keyframe
1 changed files with 1 additions and 0 deletions

View File

@ -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: