mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-31 20:04:36 -04:00
fixed update of tree when changed
This commit is contained in:
parent
e106959fbd
commit
be96f417b3
6 changed files with 8 additions and 5 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue