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
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ public:
visible(visible),
wide(false),
vertical(false),
enabled(true),
parentControl(parentControl),
next(nullptr)
{