Fix #131198: Add missing redraw for ND_KEYFRAME_PROP
Tag Properties editor for redraw when it gets notification of NC_ANIMATION | ND_KEYFRAME_PROP. Pull Request: https://projects.blender.org/blender/blender/pulls/131440
This commit is contained in:
committed by
Harley Acheson
parent
6cd33510c3
commit
0ce1aa9ecd
@@ -818,6 +818,7 @@ static void buttons_area_listener(const wmSpaceTypeListenerParams *params)
|
||||
break;
|
||||
case NC_ANIMATION:
|
||||
switch (wmn->data) {
|
||||
case ND_KEYFRAME_PROP:
|
||||
case ND_NLA_ACTCHANGE:
|
||||
ED_area_tag_redraw(area);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user