diff options
Diffstat (limited to 'lyt/pane.h')
-rw-r--r-- | lyt/pane.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ public: LYTPane *parent; QList<LYTPane *> children; - quint8 flags; + bool visible, influencedAlpha, isWidescreen; enum OriginType { Left = 0, Top = 0, |