Changeset 68252 in vbox
- Timestamp:
- Aug 2, 2017 3:29:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp
r68250 r68252 1102 1102 void UISelectorWindow::sltHandleToolOpenedMachine(ToolTypeMachine enmType) 1103 1103 { 1104 /* First, make sure corresponding tool set opened: */ 1105 if (!actionPool()->action(UIActionIndexST_M_Tools_T_Machine)->isChecked()) 1106 actionPool()->action(UIActionIndexST_M_Tools_T_Machine)->setChecked(true); 1107 1104 1108 /* Open corresponding tool: */ 1105 1109 m_pPaneToolsMachine->openTool(enmType); … … 1119 1123 void UISelectorWindow::sltHandleToolOpenedGlobal(ToolTypeGlobal enmType) 1120 1124 { 1125 /* First, make sure corresponding tool set opened: */ 1126 if (!actionPool()->action(UIActionIndexST_M_Tools_T_Global)->isChecked()) 1127 actionPool()->action(UIActionIndexST_M_Tools_T_Global)->setChecked(true); 1128 1121 1129 /* Open corresponding tool: */ 1122 1130 m_pPaneToolsGlobal->openTool(enmType);
Note:
See TracChangeset
for help on using the changeset viewer.

