VirtualBox

Changeset 27365 in vbox for trunk/src


Ignore:
Timestamp:
Mar 15, 2010 3:02:49 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: New running VM core: little cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp

    r27335 r27365  
    205205#endif /* Q_WS_MAC */
    206206
    207     /* Update the multi screen layout */
     207    /* Update the multi screen layout: */
    208208    m_pScreenLayout->update();
    209209
     
    211211    for (int screenId = 0; screenId < m_pScreenLayout->guestScreenCount(); ++screenId)
    212212        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: */
    217215    foreach (UIMachineWindow *pMachineWindow, machineWindows())
    218216        connect(m_pScreenLayout, SIGNAL(screenLayoutChanged()),
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette