Initialise variable

This commit is contained in:
David Edmundson 2021-02-02 19:04:25 +00:00
parent ae5a31acd1
commit 4047053829

View file

@ -56,7 +56,7 @@ public:
QPoint offset;
QSize size;
QRect anchorRect;
bool isReactive;
bool isReactive = false;
QSize parentSize;
quint32 parentConfigure;
};