Fix a crash due to uninitialized variable.
This commit is contained in:
parent
9a462d9414
commit
1597f31d4b
|
@ -103,6 +103,7 @@ public:
|
|||
state = aState;
|
||||
tooltip = aTooltip;
|
||||
changeable = aChangeable;
|
||||
spacer = false;
|
||||
}
|
||||
|
||||
ROW()
|
||||
|
|
Loading…
Reference in New Issue