1
0
mirror of https://github.com/s00500/ESPUI.git synced 2024-06-15 21:33:34 +00:00

Initialise the enabled value to fix #162

This commit is contained in:
Ian Gray 2022-02-16 15:40:31 +00:00
parent eb21863e09
commit d77daf0c8e

View File

@ -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)
{ {