mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Fix crash when opening setting window
This commit is contained in:
parent
902715bd3e
commit
8080abc93c
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user