Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp	(revision 27364)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp	(revision 27365)
@@ -205,5 +205,5 @@
 #endif /* Q_WS_MAC */
 
-    /* Update the multi screen layout */
+    /* Update the multi screen layout: */
     m_pScreenLayout->update();
 
@@ -211,8 +211,6 @@
     for (int screenId = 0; screenId < m_pScreenLayout->guestScreenCount(); ++screenId)
         addMachineWindow(UIMachineWindow::create(this, visualStateType(), screenId));
-    /* Order machine window(s): */
-    for (int screenId = m_pScreenLayout->guestScreenCount() - 1; screenId >= 0; --screenId)
-        machineWindows().at(screenId)->machineWindow()->raise();
-
+
+    /* Connect screen-layout change handler: */
     foreach (UIMachineWindow *pMachineWindow, machineWindows())
         connect(m_pScreenLayout, SIGNAL(screenLayoutChanged()),
