- Timestamp:
- Mar 15, 2010 3:02:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp
r27335 r27365 205 205 #endif /* Q_WS_MAC */ 206 206 207 /* Update the multi screen layout */207 /* Update the multi screen layout: */ 208 208 m_pScreenLayout->update(); 209 209 … … 211 211 for (int screenId = 0; screenId < m_pScreenLayout->guestScreenCount(); ++screenId) 212 212 addMachineWindow(UIMachineWindow::create(this, visualStateType(), screenId)); 213 /* Order machine window(s): */ 214 for (int screenId = m_pScreenLayout->guestScreenCount() - 1; screenId >= 0; --screenId) 215 machineWindows().at(screenId)->machineWindow()->raise(); 216 213 214 /* Connect screen-layout change handler: */ 217 215 foreach (UIMachineWindow *pMachineWindow, machineWindows()) 218 216 connect(m_pScreenLayout, SIGNAL(screenLayoutChanged()),
Note:
See TracChangeset
for help on using the changeset viewer.