Changeset 83627 in vbox
- Timestamp:
- Apr 8, 2020 6:06:46 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137060
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsDisplay.cpp
r83625 r83627 872 872 /* Update Video RAM requirements: */ 873 873 m_pVideoMemoryEditor->setGraphicsControllerType(m_pGraphicsControllerEditor->value()); 874 #ifdef VBOX_WITH_VIDEOHWACCEL875 m_pLayout2DVideo->setCurrentWidget( graphicsControllerTypeCurrent() == KGraphicsControllerType_VBoxVGA876 ? m_pCheckbox2DVideo877 : m_pPlaceholder2DVideo);878 #endif879 874 880 875 /* Revalidate: */
Note:
See TracChangeset
for help on using the changeset viewer.