VirtualBox

Changeset 64635 in vbox for trunk


Ignore:
Timestamp:
Nov 10, 2016 3:14:04 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:5978: X11: Disable Unity/Compiz workaround for UIMiniToolBar, with Qt 5.6.1 it causes regression opposing to Qt 5.4.

File:
1 edited

Legend:

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

    r63175 r64635  
    393393Qt::WindowFlags UIMiniToolBar::defaultWindowFlags()
    394394{
    395 #ifdef VBOX_WS_X11
    396     /* Depending on current WM: */
    397     switch (vboxGlobal().typeOfWindowManager())
    398     {
    399         /* Frameless top-level window for Unity, issues with tool window there.. */
    400         case X11WMType_Compiz: return Qt::Window | Qt::FramelessWindowHint;
    401         default: break;
    402     }
    403 #endif /* VBOX_WS_X11 */
    404 
    405395    /* Frameless tool window by default: */
    406396    return Qt::Tool | Qt::FramelessWindowHint;
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