VirtualBox

Changeset 827 in vbox


Ignore:
Timestamp:
Feb 11, 2007 8:25:02 PM (18 years ago)
Author:
vboxsync
Message:

workaround for #1780; fixed a Qt warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r809 r827  
    558558    {
    559559        QString on = cmachine.GetExtraData (GUI_Fullscreen);
     560#ifdef Q_WS_X11
     561        /* Workaround: When switching to fullscreen, the display is sometimes not updated */
     562        console->setFrameStyle (QFrame::NoFrame);
     563#endif
    560564        if (on == "on")
    561565            vmFullscreenAction->setOn (on);
     
    15181522        hidden_children.clear();
    15191523        /* restore normal values */
    1520         setMinimumSize (QSize());
     1524        setMinimumSize (QSize(0, 0));
    15211525        setMaximumSize (QSize (QWIDGETSIZE_MAX, QWIDGETSIZE_MAX));
    15221526        move (normal_pos);
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