VirtualBox

Changeset 26466 in vbox


Ignore:
Timestamp:
Feb 12, 2010 3:39:46 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: 4638: Seamless 3.1 regression: work-around for KDE issue (issue #2).

File:
1 edited

Legend:

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

    r26457 r26466  
    35133513        hide();
    35143514#endif
     3515
     3516#ifdef Q_WS_X11
     3517    if (!aOn & aSeamless)
     3518    {
     3519        /* Workaround for KDE to
     3520         * let console window to exit
     3521         * seamless mode correctly. */
     3522        setWindowFlags(Qt::Window);
     3523        show();
     3524    }
     3525#endif
     3526
    35153527    return true;
    35163528}
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