VirtualBox

Changeset 75948 in vbox


Ignore:
Timestamp:
Dec 4, 2018 3:24:58 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6699. Fix a small extradata related toolbar bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIGuestControlFileManager.cpp

    r75903 r75948  
    714714void UIGuestControlFileManager::restorePanelVisibility()
    715715{
     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
    716725    /* Load the visible panel list and show them: */
    717726    QStringList strNameList = gEDataManager->guestControlFileManagerVisiblePanels();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette