Make the focused button to take the focus inside frame. (#371)

This resolves:
https://github.com/ArthurSonzogni/FTXUI/issues/370
This commit is contained in:
Arthur Sonzogni
2022-04-03 15:04:33 +02:00
committed by GitHub
parent aebde94352
commit 9f610a0110
4 changed files with 60 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ set(DIRECTORY_LIB component)
example(button)
example(button_animated)
example(button_in_frame)
example(button_style)
example(canvas_animated)
example(checkbox)