diff options
| author | Tilka <tilkax@gmail.com> | 2018-10-14 01:07:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-14 01:07:51 +0100 |
| commit | 1abb27909d69b57fffb5782d2ce98dca88ea1fc0 (patch) | |
| tree | f0d862405ea26162a76d444ce07c730c8b3ec040 | |
| parent | 2d0e217715eb46a8f9ca9d8815b94fda6f600d6c (diff) | |
| parent | 6cd53bf92d257169f76cd3edfd62953f69532c86 (diff) | |
Merge pull request #7480 from sp00nd/master
Change gecko sorting back to manual
| -rwxr-xr-x | Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp b/Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp index 2fb5e29ddb..d60c374702 100755 --- a/Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp +++ b/Source/Core/DolphinQt/Config/GeckoCodeWidget.cpp @@ -51,8 +51,6 @@ void GeckoCodeWidget::CreateWidgets() m_name_label = new QLabel; m_creator_label = new QLabel; - m_code_list->setSortingEnabled(true); - QFont monospace(QFontDatabase::systemFont(QFontDatabase::FixedFont).family()); const auto line_height = QFontMetrics(font()).lineSpacing(); |
