Changeset 73691 in vbox for trunk/src/VBox
- Timestamp:
- Aug 15, 2018 1:20:00 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp
r73676 r73691 1931 1931 const bool fSnapshotMenuShown = fMachineOrGroupMenuShown && m_pWidget->currentMachineTool() == ToolTypeMachine_Snapshots; 1932 1932 m_pSnapshotMenuAction->setVisible(fSnapshotMenuShown); 1933 actionPool()->action(UIActionIndexST_M_Snapshot_S_Take)->setVisible(fSnapshotMenuShown);1934 actionPool()->action(UIActionIndexST_M_Snapshot_S_Delete)->setVisible(fSnapshotMenuShown);1935 actionPool()->action(UIActionIndexST_M_Snapshot_S_Restore)->setVisible(fSnapshotMenuShown);1936 actionPool()->action(UIActionIndexST_M_Snapshot_T_Properties)->setVisible(fSnapshotMenuShown);1937 actionPool()->action(UIActionIndexST_M_Snapshot_S_Clone)->setVisible(fSnapshotMenuShown);1938 1933 1939 1934 /* Hide action shortcuts: */ … … 1950 1945 foreach (UIAction *pAction, m_groupActions) 1951 1946 pAction->setVisible(fMachineOrGroupMenuShown); 1947 foreach (UIAction *pAction, m_snapshotActions) 1948 pAction->setVisible(fSnapshotMenuShown); 1952 1949 1953 1950 /* Show action shortcuts: */
Note:
See TracChangeset
for help on using the changeset viewer.