VirtualBox

Changeset 27957 in vbox for trunk/src


Ignore:
Timestamp:
Apr 2, 2010 12:51:03 PM (15 years ago)
Author:
vboxsync
Message:

2d: enable for multi-monitor (to be tested for non-win hosts)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp

    r27889 r27957  
    301301    if (cVal > 1)
    302302    {
    303 #ifdef VBOX_WITH_VIDEOHWACCEL
    304         mCb2DVideo->setChecked(false);
    305 #endif /* VBOX_WITH_VIDEOHWACCEL */
    306303#ifdef Q_WS_MAC
    307304        mCb3D->setChecked(false);
     
    309306    }
    310307#ifdef VBOX_WITH_VIDEOHWACCEL
    311     mCb2DVideo->setEnabled(cVal == 1 && VBoxGlobal::isAcceleration2DVideoAvailable());
     308    mCb2DVideo->setEnabled(VBoxGlobal::isAcceleration2DVideoAvailable());
    312309#endif /* VBOX_WITH_VIDEOHWACCEL */
    313310#ifdef Q_WS_MAC
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