Don't check against scene notifier twice
This commit is contained in:
@@ -293,7 +293,7 @@ void wm_event_do_notifiers(bContext *C)
|
||||
do_anim = true;
|
||||
}
|
||||
}
|
||||
if (ELEM(note->category, NC_SCENE, NC_OBJECT, NC_GEOM, NC_SCENE, NC_WM)) {
|
||||
if (ELEM(note->category, NC_SCENE, NC_OBJECT, NC_GEOM, NC_WM)) {
|
||||
ED_info_stats_clear(win->screen->scene);
|
||||
WM_event_add_notifier(C, NC_SPACE | ND_SPACE_INFO, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user