Cleanup: add missing break

This commit is contained in:
Campbell Barton 2021-10-27 16:52:50 +11:00
parent 0d155f274f
commit 9cb4624296
1 changed files with 1 additions and 0 deletions

View File

@ -218,6 +218,7 @@ void wm_drags_exit(wmWindowManager *wm, wmWindow *win)
LISTBASE_FOREACH (const wmDrag *, drag, &wm->drags) {
if (drag->active_dropbox) {
any_active = true;
break;
}
}