Skip to content

window: Fix deferred focus unsetting

Matthias Clasen requested to merge fix-focus-unsetting into master

In commit 4a76abff, we deferred unsetting focus and default until after the next draw, overlooking the case where the focus is set to another widget before we ever get to the unsetting.

Fixes: #3413 (closed)

Merge request reports