mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
(qt) #3269: When changing session source we should request a full refresh right away
This commit is contained in:
parent
32a4f1df10
commit
c944af72eb
1 changed files with 3 additions and 0 deletions
|
@ -1264,7 +1264,10 @@ TrMainWindow :: removeTorrents( const bool deleteFiles )
|
|||
layout->addItem( spacer, layout->rowCount(), 0, 1, layout->columnCount() );
|
||||
|
||||
if( msgBox->exec() == QMessageBox::Ok )
|
||||
{
|
||||
ui.listView->selectionModel()->clear();
|
||||
mySession.removeTorrents( ids, deleteFiles );
|
||||
}
|
||||
}
|
||||
|
||||
/***
|
||||
|
|
Loading…
Reference in a new issue