summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilka <tilkax@gmail.com>2018-10-14 01:07:51 +0100
committerGitHub <noreply@github.com>2018-10-14 01:07:51 +0100
commit1abb27909d69b57fffb5782d2ce98dca88ea1fc0 (patch)
treef0d862405ea26162a76d444ce07c730c8b3ec040
parent2d0e217715eb46a8f9ca9d8815b94fda6f600d6c (diff)
parent6cd53bf92d257169f76cd3edfd62953f69532c86 (diff)
Merge pull request #7480 from sp00nd/master
Change gecko sorting back to manual
-rwxr-xr-xSource/Core/DolphinQt/Config/GeckoCodeWidget.cpp2
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();