Qt: Fix recursive setting toggle in game list settings

This commit is contained in:
Connor McLaughlin
2019-12-31 16:40:20 +10:00
parent f3e9c3ec8c
commit 62e1829ec9
3 changed files with 77 additions and 16 deletions

View File

@ -105,7 +105,7 @@ public:
}
m_size = static_cast<int>(m_game_list->GetEntryCount());
beginInsertRows(QModelIndex(), 0, m_size);
beginInsertRows(QModelIndex(), 0, m_size - 1);
endInsertRows();
}