VirtualBox

Changeset 105022 in vbox for trunk/src/VBox/Debugger


Ignore:
Timestamp:
Jun 25, 2024 2:55:48 PM (5 months ago)
Author:
vboxsync
Message:

VBoxDbg: Corrected initial statistics sorting - names should be in ascending order, not the other way around. bugref:10687

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Debugger/VBoxDbgStatsQt.cpp

    r104735 r105022  
    36533653    setSelectionMode(SingleSelection);
    36543654    if (a_pProxyModel)
     3655    {
     3656        header()->setSortIndicator(0, Qt::AscendingOrder); /* defaults to DescendingOrder */
    36553657        setSortingEnabled(true);
     3658    }
    36563659
    36573660    /*
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