mirror of
https://github.com/s00500/ESPUI.git
synced 2024-11-22 04:00:55 +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),
|
visible(visible),
|
||||||
wide(false),
|
wide(false),
|
||||||
vertical(false),
|
vertical(false),
|
||||||
|
enabled(true),
|
||||||
parentControl(parentControl),
|
parentControl(parentControl),
|
||||||
next(nullptr)
|
next(nullptr)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user