VirtualBox

Changeset 26943 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Mar 2, 2010 1:33:28 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58231
Message:

FE/Qt4: new core: fs fix for Linux wm's

File:
1 edited

Legend:

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

    r26937 r26943  
    306306#endif
    307307
    308 
    309308    /* We have to show the window early, or the position will be wrong on the
    310309       Mac */
     310#ifdef Q_WS_MAC
    311311    show();
    312     move(0,0);
     312#endif /* Q_WS_MAC */
    313313
    314314#ifdef Q_WS_MAC
     
    329329#endif/* !Q_WS_MAC */
    330330
     331#ifndef Q_WS_MAC
     332    show();
     333#endif /* !Q_WS_MAC */
     334
    331335//    m_pMachineView->normalizeGeometry(true);
    332336//    ((UIMachineViewFullscreen*)m_pMachineView)->sltPerformGuestResize(maximumSize());
Note: See TracChangeset for help on using the changeset viewer.

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