diff options
author | Janne Anttila <janne.anttila@digia.com> | 2009-10-30 14:08:46 (GMT) |
---|---|---|
committer | Janne Anttila <janne.anttila@digia.com> | 2009-10-30 14:12:27 (GMT) |
commit | 8910b449dafcb3475ab8c6f90213cd632412da68 (patch) | |
tree | 2901e5690e30269228c19dfcaae63ace5a4728a6 /tests | |
parent | 4c015d42f639eac882dd74d967c81242a3ec6b13 (diff) | |
download | Qt-8910b449dafcb3475ab8c6f90213cd632412da68.zip Qt-8910b449dafcb3475ab8c6f90213cd632412da68.tar.gz Qt-8910b449dafcb3475ab8c6f90213cd632412da68.tar.bz2 |
Fixed statuspane visibility after dialog closed from fullsreen widget.
- Comparing TBool == bool did not work correctly since TBool is
effectively int. For example statusPane->IsVisible() in this particular
case returns 2, which compared to true as an int fails. Casting to bool
seems to solve the problem. Another possibility would be to use Symbian
COMPARE_BOOLS macro.
- Changing statuspane visibility now affects to widget size also
- Some tab/space fixes
Task-number: QTBUG-4876
Reviewed-by: Sami Merila
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions