mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-21 17:40:54 +00:00
Initialise the enabled value to fix #162
This commit is contained in:
parent
eb21863e09
commit
d77daf0c8e
@ -160,6 +160,7 @@ public:
|
||||
visible(visible),
|
||||
wide(false),
|
||||
vertical(false),
|
||||
enabled(true),
|
||||
parentControl(parentControl),
|
||||
next(nullptr)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user