Fix a crash due to uninitialized variable.

This commit is contained in:
jean-pierre charras 2018-02-23 11:50:38 +01:00
parent 9a462d9414
commit 1597f31d4b
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ public:
state = aState;
tooltip = aTooltip;
changeable = aChangeable;
spacer = false;
}
ROW()