VirtualBox

Changeset 81478 in vbox for trunk


Ignore:
Timestamp:
Oct 23, 2019 9:10:28 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134203
Message:

FE/Qt: bugref:6699. Sorting layout list items. r134201 messed it up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp

    r81476 r81478  
    13561356            m_pLayoutListWidget->setCurrentItem(pItem);
    13571357    }
     1358    m_pLayoutListWidget->sortItems();
    13581359    m_pLayoutListWidget->blockSignals(false);
    13591360}
     
    14021403    m_pLayoutListWidget = new QListWidget;
    14031404    pLayout->addWidget(m_pLayoutListWidget);
     1405    m_pLayoutListWidget->setSortingEnabled(true);
    14041406    connect(m_pLayoutListWidget, &QListWidget::currentItemChanged, this, &UILayoutSelector::sltCurrentItemChanged);
    14051407
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette