VirtualBox

Changeset 21445 in vbox


Ignore:
Timestamp:
Jul 9, 2009 2:22:27 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: disable it ofc

File:
1 edited

Legend:

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

    r21442 r21445  
    300300     * transparent backgrounds on ARGB visuals. Try to fix it by painting
    301301     * always a black background. */
    302     aView->setAttribute (Qt::WA_OpaquePaintEvent);
     302    aView->setAttribute (Qt::WA_OpaquePaintEvent, false);
    303303    QPalette pal = aView->palette();
    304304    pal.setColor (QPalette::Window, Qt::black);
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