Skip to content
Commit 11fd0f2c authored by Aaron J. Seigo's avatar Aaron J. Seigo
Browse files

don't crash when the list is empty

the do/while construct would die on an empty list. in theory this
shouldn't happen because we are asking with a Task pointer which
should only exist if there are, well, windows. however, due to the
async nature of windowing systems, during the time of the call all
of this can change.

BUG:281035
parent 7a4604e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment