Window: Major crash fix. (#1021)

A patch handling focus was recently merged, but a special condition on
Windows was inverted, causing a segfault.

Bug:https://github.com/ArthurSonzogni/FTXUI/issues/1020
This commit is contained in:
Arthur Sonzogni
2025-03-29 12:51:08 +01:00
committed by GitHub
parent ee24bec3ba
commit 4ba7dd2c5e
4 changed files with 28 additions and 21 deletions

View File

@@ -1,6 +1,13 @@
Changelog
=========
Unreleased
-----
### Component
- BugFix: Fix major crash on Windows affecting all components. See #1020
- BugFix: Fix focusRelative.
6.0.1 (2025-03-28)
-----