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:
Christoph Lendenfeld
2024-12-05 17:24:17 +01:00
committed by Harley Acheson
parent 6cd33510c3
commit 0ce1aa9ecd

View File

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