diff options
author | Norwegian Rock Cat <qt-info@nokia.com> | 2009-06-30 15:07:16 (GMT) |
---|---|---|
committer | Norwegian Rock Cat <qt-info@nokia.com> | 2009-06-30 15:15:41 (GMT) |
commit | 11ee32888b1b2370c70708e1385c26dc3a0a367c (patch) | |
tree | 7c1e40575bdcbf8745b3fcfe96358c2a5432a96f /tests/auto | |
parent | 5d40eff80123b2739987fbf7fc720b0c6ad91226 (diff) | |
download | Qt-11ee32888b1b2370c70708e1385c26dc3a0a367c.zip Qt-11ee32888b1b2370c70708e1385c26dc3a0a367c.tar.gz Qt-11ee32888b1b2370c70708e1385c26dc3a0a367c.tar.bz2 |
Fix Toolbars in unified toolbar looking bad Carbon w/Fullscreen changes
There was a bug in the Carbon code when an item went in full-screen,
than out with a unified toolbar. In those cases the toolbars would end
up getting but into the mainwindow area. The reason this was happening
was that we were calling transferChildren() after we had set up our
toolbar. This cause problems because we end up pulling the QToolbars
right out of the unified toolbar. The easiest way to solve this is to
just update the status on it again. This should solve any issues. I also
added some logic to avoid calling this too many times in that one case.
Luckily, this seems to only affect Carbon.
Task-number: 254462
Reviewed-by: Jens Bache-Wiig
Diffstat (limited to 'tests/auto')
0 files changed, 0 insertions, 0 deletions