From 8080abc93c2540329127bf786a00d663ff098785 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sun, 3 Mar 2024 19:49:56 +0100 Subject: [PATCH] Fix crash when opening setting window --- lib/variables/variable-tab.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/variables/variable-tab.cpp b/lib/variables/variable-tab.cpp index 169bb301..3abd5f0d 100644 --- a/lib/variables/variable-tab.cpp +++ b/lib/variables/variable-tab.cpp @@ -102,7 +102,6 @@ static void removeVariableRow(QTableWidget *table, const QString &name) static void updateVaribleStatus(QTableWidget *table) { - auto lock = LockContext(); for (int row = 0; row < table->rowCount(); row++) { auto item = table->item(row, 0); if (!item) {