summaryrefslogtreecommitdiffstats
path: root/doc/src/snippets/code/src_gui_kernel_qlayout.cpp
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2010-04-20 09:15:41 (GMT)
committerJason Barron <jbarron@trolltech.com>2010-04-21 07:41:02 (GMT)
commit4886923c5024d6d50a42cbe11893cfb2f0169a76 (patch)
tree078f93271625068146d2b99357df3b3a0e6a4cc8 /doc/src/snippets/code/src_gui_kernel_qlayout.cpp
parentb1cc0f58970cc07f81671f200d13d9182dce3370 (diff)
downloadQt-4886923c5024d6d50a42cbe11893cfb2f0169a76.zip
Qt-4886923c5024d6d50a42cbe11893cfb2f0169a76.tar.gz
Qt-4886923c5024d6d50a42cbe11893cfb2f0169a76.tar.bz2
Fix window transparency on Symbian.
In the create_sys() function where native handles are created, we were only looking at the "isOpaque" flag to determine if a window should be translucent or not. This is not the correct thing to do because transparency should only be granted if the application explicitly sets the Qt::WA_TranslucentBackground flag. The fix is to defer the transparency decision to s60UpdateIsOpaque() which does the right thing. Reviewed-by: Jani Hautakangas
Diffstat (limited to 'doc/src/snippets/code/src_gui_kernel_qlayout.cpp')
0 files changed, 0 insertions, 0 deletions