Update all views during piece insert. Fixes #942.

This commit is contained in:
Leonardo Zide
2026-05-06 20:59:46 -07:00
parent 64b829b074
commit b6f7f92e7e
7 changed files with 98 additions and 44 deletions
+4
View File
@@ -802,6 +802,10 @@ void lcPreferencesDialog::updateParts()
void lcPreferencesDialog::CategoriesDropped(const QModelIndex& Parent, int First, int Last)
{
Q_UNUSED(Parent);
Q_UNUSED(First);
Q_UNUSED(Last);
std::vector<lcLibraryCategory> Categories;
for (int Row = 0; Row < ui->categoriesTree->topLevelItemCount(); Row++)