Fix: Forward gridbox selected box. (#408)

This was discovered in:
https://github.com/ArthurSonzogni/FTXUI/issues/407
This commit is contained in:
Arthur Sonzogni
2022-05-28 22:35:52 +02:00
committed by GitHub
parent 219daf46ff
commit ed5b4cec49
5 changed files with 69 additions and 28 deletions

View File

@@ -7,6 +7,9 @@ current (development)
### DOM
- Bugfix: Fix `focus`/`select` when the `vbox`/`hbox`/`dbox` contains a
`flexbox`
- Bugfix: Fix the selected/focused area. It used to be 1 cell larger/longer than
requested
- Bugfix: Forward the selected/focused area from the child in gridbox.
### Screen
- Feature: add `Box::Union(a,b) -> Box`