VirtualBox

Changeset 75905 in vbox


Ignore:
Timestamp:
Dec 3, 2018 1:18:33 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:6699. Disabling the selection highlighting in file table headers

File:
1 edited

Legend:

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

    r75903 r75905  
    769769    {
    770770        m_pMainLayout->addWidget(m_pView, 2, 0, 5, 5);
     771
     772        QHeaderView *pHorizontalHeader = m_pView->horizontalHeader();
     773        if (pHorizontalHeader)
     774            pHorizontalHeader->setHighlightSections(false);
     775
    771776        m_pView->setModel(m_pProxyModel);
    772777        m_pView->setItemDelegate(new UIFileDelegate);
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