VirtualBox

Changeset 12006 in vbox for trunk


Ignore:
Timestamp:
Sep 2, 2008 6:51:49 PM (16 years ago)
Author:
vboxsync
Message:

Fe/Qt4: Another try to fix seamless problem.

Location:
trunk/src/VBox/Frontends/VirtualBox4/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp

    r11999 r12006  
    11751175                else if (!mLastVisibleRegion.isEmpty() &&
    11761176                         !mMainWnd->isTrueSeamless())
    1177                 {
    11781177                    mLastVisibleRegion = QRegion();
     1178
     1179                if (!mMainWnd->isTrueSeamless())
    11791180                    mMainWnd->clearMask();
    1180                 }
    11811181                return true;
    11821182            }
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp

    r11999 r12006  
    22112211
    22122212        /* Adjust colors and appearance. */
    2213         clearMask();
    22142213        centralWidget()->setPalette (mErasePalette);
    2215         centralWidget()->setAutoFillBackground (false);
     2214        centralWidget()->setAutoFillBackground (true);
    22162215        console->setFrameStyle (console_style);
    22172216        console->setMaximumSize (console->sizeHint());
     
    22982297        hide();
    22992298#endif
     2299    clearMask();
    23002300    return true;
    23012301}
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