- Timestamp:
- Apr 2, 2010 12:51:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/vm/VBoxVMSettingsDisplay.cpp
r27889 r27957 301 301 if (cVal > 1) 302 302 { 303 #ifdef VBOX_WITH_VIDEOHWACCEL304 mCb2DVideo->setChecked(false);305 #endif /* VBOX_WITH_VIDEOHWACCEL */306 303 #ifdef Q_WS_MAC 307 304 mCb3D->setChecked(false); … … 309 306 } 310 307 #ifdef VBOX_WITH_VIDEOHWACCEL 311 mCb2DVideo->setEnabled( cVal == 1 &&VBoxGlobal::isAcceleration2DVideoAvailable());308 mCb2DVideo->setEnabled(VBoxGlobal::isAcceleration2DVideoAvailable()); 312 309 #endif /* VBOX_WITH_VIDEOHWACCEL */ 313 310 #ifdef Q_WS_MAC
Note:
See TracChangeset
for help on using the changeset viewer.