VirtualBox

Changeset 77904 in vbox


Ignore:
Timestamp:
Mar 27, 2019 8:54:01 AM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6699. Resetting file table view selection correctly during folder navigation.

File:
1 edited

Legend:

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

    r77870 r77904  
    526526        return;
    527527    m_pView->setRootIndex(m_pProxyModel->mapFromSource(index));
    528     m_pView->clearSelection();
     528
     529    if (m_pView->selectionModel())
     530        m_pView->selectionModel()->reset();
    529531
    530532    UICustomFileSystemItem *item = static_cast<UICustomFileSystemItem*>(index.internalPointer());
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