VirtualBox

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


Ignore:
Timestamp:
Jan 30, 2017 4:47:31 PM (8 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:8636: X11: Runtime UI: One more workaround for neverending Qt5 vs X11 fight (s.a. r113027). KDE at least.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineWindowSeamless.cpp

    r65419 r65519  
    191191        && (x() != workingArea.x() || y() != workingArea.y()))
    192192    {
     193        // WORKAROUND:
     194        // With Qt5 on KDE we can't just move the window onto desired host-screen if
     195        // window is maximized. So we have to show it normal first of all:
     196        if (isVisible() && isMaximized())
     197            showNormal();
     198
    193199        // WORKAROUND:
    194200        // With Qt5 on X11 we can't just move the window onto desired host-screen if
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