Changeset 75948 in vbox
- Timestamp:
- Dec 4, 2018 3:24:58 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlFileManager.cpp
r75903 r75948 714 714 void UIGuestControlFileManager::restorePanelVisibility() 715 715 { 716 /** Make sure the actions are set to not-checked. this prevents an unlikely 717 * bug when the extrakey for the visible panels are manually modified: */ 718 foreach(QAction* pAction, m_panelActionMap.values()) 719 { 720 pAction->blockSignals(true); 721 pAction->setChecked(false); 722 pAction->blockSignals(false); 723 } 724 716 725 /* Load the visible panel list and show them: */ 717 726 QStringList strNameList = gEDataManager->guestControlFileManagerVisiblePanels();
Note:
See TracChangeset
for help on using the changeset viewer.