diff options
author | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2010-08-17 08:08:20 (GMT) |
---|---|---|
committer | Richard Moe Gustavsen <richard.gustavsen@nokia.com> | 2010-08-17 09:23:49 (GMT) |
commit | cc6dc0aeefde881a95f5fea2b26f2f3d7bdc6e15 (patch) | |
tree | db4241e9ed534a6439064f65121e1690c3830f31 /doc/src/snippets/sqldatabase | |
parent | a76b8bf67696ae69888cc6237417e7c8f07f8da6 (diff) | |
download | Qt-cc6dc0aeefde881a95f5fea2b26f2f3d7bdc6e15.zip Qt-cc6dc0aeefde881a95f5fea2b26f2f3d7bdc6e15.tar.gz Qt-cc6dc0aeefde881a95f5fea2b26f2f3d7bdc6e15.tar.bz2 |
Cocoa: parent windows shows on screen when they should be hidden
The reason is the cocoa method that adds a window as a child of another,
it ends up showing both the parent and the child window regardless.
And this could in some cases also cause a crash.
So we therefore need to be careful when calling that function, and be
sure that the parent is actually visible. In addition, addChildWindow
reset the stacking level of the child window, and made e.g. normal
child windows pop in front of tool child windows. This could easily
be seen in e.g. Designer.
Task-number: QTBUG-12866
Reviewed-by: prasanth
Diffstat (limited to 'doc/src/snippets/sqldatabase')
0 files changed, 0 insertions, 0 deletions