Update all views during piece insert. Fixes #942.
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user