summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/blackberry/qbbscreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/blackberry/qbbscreen.cpp')
-rw-r--r--src/plugins/platforms/blackberry/qbbscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/blackberry/qbbscreen.cpp b/src/plugins/platforms/blackberry/qbbscreen.cpp
index 39d2136b7d..11e40f6150 100644
--- a/src/plugins/platforms/blackberry/qbbscreen.cpp
+++ b/src/plugins/platforms/blackberry/qbbscreen.cpp
@@ -286,7 +286,7 @@ void QBBScreen::updateHierarchy()
#endif
QList<QBBWindow*>::iterator it;
- int topZorder = 0;
+ int topZorder = 1; // root window is z-order 0, all "top" level windows are "above" it
for (it = ms_childWindows.begin(); it != ms_childWindows.end(); it++)
(*it)->updateZorder(topZorder);