From d95afcc68fcabb37001b3f7bab6540c35ebf7df5 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 5 Mar 2016 07:12:19 +0100 Subject: Disable size filter after copySuccess ArchiveBrowser will be empty once the database is updated and the sources are deleted if the size filter is still in effect. So uncheck it once we're done. --- archivebrowser.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/archivebrowser.cpp b/archivebrowser.cpp index e04bdef..1b1107d 100644 --- a/archivebrowser.cpp +++ b/archivebrowser.cpp @@ -317,6 +317,7 @@ void ArchiveBrowser::copySuccess(QString success){ mModel->refresh(); mProxy->setBytesRemaining(0); emit needFSFreeUpdate(); + mSizeFilter->setChecked(false); } } -- cgit v1.2.3-70-g09d2