Fix vscroll hidding the last character. (#575)

This resolve:
https://github.com/ArthurSonzogni/FTXUI/issues/574
This commit is contained in:
Arthur Sonzogni
2023-02-12 13:51:51 +01:00
committed by GitHub
parent b2853c8f14
commit a4e70dfb93
3 changed files with 108 additions and 17 deletions

View File

@@ -22,6 +22,7 @@ current (development)
- Bugfix: Forward the selected/focused area from the child in gridbox.
- Bugfix: Fix incorrect Canvas computed dimensions.
- Bugfix: Support `vscroll_indicator` with a zero inner size.
- Bugfix: Fix `vscroll_indicator` hidding the last column.
### Component:
- Feature: Add the `Modal` component.