Changeset 20085 in vbox
- Timestamp:
- May 27, 2009 1:50:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMSettingsDisplay.cpp
r19664 r20085 102 102 103 103 /* 3D Acceleration */ 104 bool isAccelerationSupported = vboxGlobal().virtualBox().GetHost() 105 .GetAcceleration3DAvailable(); 106 mCb3D->setEnabled (isAccelerationSupported); 104 107 mCb3D->setChecked (mMachine.GetAccelerate3DEnabled()); 105 108
Note:
See TracChangeset
for help on using the changeset viewer.

