mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-12-15 17:38:57 +08:00
Execute clang tidy and IWYU (#528)
This commit is contained in:
committed by
ArthurSonzogni
parent
4dc1a9fff9
commit
0542227ba7
@@ -80,7 +80,7 @@ Component Button(ConstStringRef label,
|
||||
}
|
||||
|
||||
auto focus_management = focused ? focus : active ? select : nothing;
|
||||
EntryState state = {
|
||||
const EntryState state = {
|
||||
*label_,
|
||||
false,
|
||||
active,
|
||||
|
||||
Reference in New Issue
Block a user