diff options
Diffstat (limited to 'src/gui/widgets')
-rw-r--r-- | src/gui/widgets/layout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/widgets/layout.h b/src/gui/widgets/layout.h index 2621f018a..f5e1f1749 100644 --- a/src/gui/widgets/layout.h +++ b/src/gui/widgets/layout.h @@ -183,6 +183,8 @@ class LayoutCell mAlign[1] = 0; mNbFill[0] = 0; mNbFill[1] = 0; + mSize[0] = 0; + mSize[1] = 0; } ~LayoutCell(); |