- Timestamp:
- Oct 23, 2019 9:10:28 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134203
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/softkeyboard/UISoftKeyboard.cpp
r81476 r81478 1356 1356 m_pLayoutListWidget->setCurrentItem(pItem); 1357 1357 } 1358 m_pLayoutListWidget->sortItems(); 1358 1359 m_pLayoutListWidget->blockSignals(false); 1359 1360 } … … 1402 1403 m_pLayoutListWidget = new QListWidget; 1403 1404 pLayout->addWidget(m_pLayoutListWidget); 1405 m_pLayoutListWidget->setSortingEnabled(true); 1404 1406 connect(m_pLayoutListWidget, &QListWidget::currentItemChanged, this, &UILayoutSelector::sltCurrentItemChanged); 1405 1407
Note:
See TracChangeset
for help on using the changeset viewer.