VirtualBox

Changeset 26468 in vbox


Ignore:
Timestamp:
Feb 12, 2010 4:41:12 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57628
Message:

FE/Qt4: Move r57626 patch to better place.

File:
1 edited

Legend:

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

    r26466 r26468  
    28082808    mConsole->setMouseCoalescingEnabled (true);
    28092809#endif
     2810
     2811#ifdef Q_WS_X11
     2812    if (!mIsSeamless && !mIsFullscreen)
     2813    {
     2814        /* Workaround for KDE to
     2815         * let console window to exit
     2816         * seamless mode correctly. */
     2817        setWindowFlags(Qt::Window);
     2818        setVisible(true);
     2819    }
     2820#endif
    28102821}
    28112822
     
    35123523    if (wasHidden)
    35133524        hide();
    3514 #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     }
    35253525#endif
    35263526
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