diff options
author | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-06-23 11:20:29 (GMT) |
---|---|---|
committer | Gareth Stockwell <ext-gareth.stockwell@nokia.com> | 2010-06-23 11:22:20 (GMT) |
commit | 50846a87e82fa94753bd369d03c9ba00108a12de (patch) | |
tree | d24f32e1ba3935e0455de80acc8c4eb9a078a70e /src/gui/kernel | |
parent | 9096d43e6a6e1bf88174268366adebb8b07b6895 (diff) | |
download | Qt-50846a87e82fa94753bd369d03c9ba00108a12de.zip Qt-50846a87e82fa94753bd369d03c9ba00108a12de.tar.gz Qt-50846a87e82fa94753bd369d03c9ba00108a12de.tar.bz2 |
Allow TLW translucency on Symbian without Qt::FramelessWindowHint
This flag is Windows-specific, and should not be required on other platforms.
Reviewed-by: Jason Barron
Diffstat (limited to 'src/gui/kernel')
-rw-r--r-- | src/gui/kernel/qwidget_s60.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/kernel/qwidget_s60.cpp b/src/gui/kernel/qwidget_s60.cpp index 86b858d..46f3254 100644 --- a/src/gui/kernel/qwidget_s60.cpp +++ b/src/gui/kernel/qwidget_s60.cpp @@ -738,9 +738,6 @@ void QWidgetPrivate::s60UpdateIsOpaque() if (!q->testAttribute(Qt::WA_WState_Created) || !q->testAttribute(Qt::WA_TranslucentBackground)) return; - if ((data.window_flags & Qt::FramelessWindowHint) == 0) - return; - RWindow *const window = static_cast<RWindow *>(q->effectiveWinId()->DrawableWindow()); #ifdef Q_SYMBIAN_SEMITRANSPARENT_BG_SURFACE |