Changeset 59076 in vbox for trunk/src/VBox
- Timestamp:
- Dec 10, 2015 2:58:03 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsInput.cpp
r58856 r59076 97 97 setTabOrder(m_pSelectorTable, m_pMachineFilterEditor); 98 98 setTabOrder(m_pMachineFilterEditor, m_pMachineTable); 99 100 /* In the VM process we start by displaying the machine tab: */ 101 if (VBoxGlobal::instance()->isVMConsoleProcess()) 102 m_pTabWidget->setCurrentWidget(pMachineTab); 99 103 100 104 /* Prepare validation: */
Note:
See TracChangeset
for help on using the changeset viewer.