VirtualBox

Changeset 56007 in vbox


Ignore:
Timestamp:
May 21, 2015 2:41:21 PM (10 years ago)
Author:
vboxsync
Message:

FE/Qt: 7848: Fixing potential crash: Yet another addition to r100519.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp

    r56006 r56007  
    899899    updateActionsAppearance();
    900900
     901    /* Refresh details-pane even if there are no items selected: */
     902    if (fRefreshDetails)
     903        m_pDetails->setItems(currentItems());
     904
    901905    /* If currently selected VM item is accessible: */
    902906    if (pItem && pItem->accessible())
     
    908912            m_pContainer->setCurrentWidget(m_pDetails);
    909913
    910         if (fRefreshDetails)
    911             m_pDetails->setItems(currentItems());
    912914        if (fRefreshSnapshots)
    913915        {
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