fixed update of tree when changed

This commit is contained in:
csoler 2024-03-04 23:00:25 +01:00
parent e106959fbd
commit be96f417b3
6 changed files with 8 additions and 5 deletions

View file

@ -171,6 +171,8 @@ RsCollectionDialog::RsCollectionDialog(const QString& collectionFileName, RsColl
ui.downloadFolder_LE->hide();
ui.downloadFolder_LB->hide();
ui.destinationDir_TB->hide();
ui.label_filename->show();
ui._filename_TL->show();
}
@ -858,6 +860,7 @@ void RsCollectionDialog::addSelection(bool recursive)
// Process Files once all done
ui._hashBox->addAttachments(fileToHash,RS_FILE_REQ_ANONYMOUS_ROUTING /*, 0*/);
#endif
mCollectionModel->postMods();
}
/**