Fix WM_toolsystem_refresh_screen_all failing to refresh tools

Error in 3e1baa7d53.
This commit is contained in:
Campbell Barton 2022-05-05 17:57:34 +10:00
parent 94533ca4b8
commit 7e02c90103
1 changed files with 1 additions and 0 deletions

View File

@ -571,6 +571,7 @@ void WM_toolsystem_refresh_screen_all(Main *bmain)
/* Update all ScrArea's tools */
for (wmWindowManager *wm = bmain->wm.first; wm; wm = wm->id.next) {
LISTBASE_FOREACH (wmWindow *, win, &wm->windows) {
WM_toolsystem_refresh_screen_window(win);
}
}
}