Changeset 77904 in vbox
- Timestamp:
- Mar 27, 2019 8:54:01 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp
r77870 r77904 526 526 return; 527 527 m_pView->setRootIndex(m_pProxyModel->mapFromSource(index)); 528 m_pView->clearSelection(); 528 529 if (m_pView->selectionModel()) 530 m_pView->selectionModel()->reset(); 529 531 530 532 UICustomFileSystemItem *item = static_cast<UICustomFileSystemItem*>(index.internalPointer());
Note:
See TracChangeset
for help on using the changeset viewer.