Fix focus_visible_window not switching to other window in stack layout when only two windows are present

Fixes #6970
This commit is contained in:
Kovid Goyal
2024-01-05 21:41:21 +05:30
parent 044f53b35b
commit 1e249035c7
2 changed files with 14 additions and 7 deletions

View File

@@ -75,6 +75,9 @@ Detailed list of changes
- Mouse reporting: Fix incorrect position reported for windows with padding (:iss:`6950`)
- Fix :ac:`focus_visible_window` not switching to other window in stack layout
when only two windows are present (:iss:`6970`)
0.31.0 [2023-11-08]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~