Implement ButtonOption::Border() (#472)

It was missing. See:
https://github.com/ArthurSonzogni/FTXUI/issues/471
This commit is contained in:
Arthur Sonzogni
2022-08-30 19:03:14 +02:00
committed by GitHub
parent b3ba747d82
commit 1661a5e83d
2 changed files with 18 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ current (development)
- various values (value, min, max, increment).
- Improvement: The `Menu` keeps the focus when an entry is selected with the
mouse.
- Bug: Add implementation of `ButtonOption::Border()`. It was missing.
### Screen
- Feature: add `Box::Union(a,b) -> Box`