Bugfix [#31029] Select all in view3D don't update the graph editor immediately
One-liner fix. The code was assuming that editor.refresh() would do a editor.redraw() too (like for Dopesheet), but that wasn't the case.
This commit is contained in:
@@ -516,6 +516,7 @@ static void graph_refresh(const bContext *C, ScrArea *sa)
|
||||
if (sipo->flag & SIPO_TEMP_NEEDCHANSYNC) {
|
||||
ANIM_sync_animchannels_to_data(C);
|
||||
sipo->flag &= ~SIPO_TEMP_NEEDCHANSYNC;
|
||||
ED_area_tag_redraw(sa);
|
||||
}
|
||||
|
||||
/* init/adjust F-Curve colors */
|
||||
|
||||
Reference in New Issue
Block a user