From bd839541a0c556576415c721132d71205766755a Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 4 Jan 2018 05:05:55 +0100 Subject: Update CachedFileData after copying files Forgot setting copied to true... --- filewidget.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/filewidget.cpp b/filewidget.cpp index 92956cf..4872135 100644 --- a/filewidget.cpp +++ b/filewidget.cpp @@ -619,6 +619,10 @@ void FileWidget::copySuccess(bool success, QString source){ mModel->setData(copyIdx, QChar(0x2642)); } } + CachedFileData *fd = mFileCache[source]; + if(fd){ + fd->copied = true; + } } } -- cgit v1.2.3-70-g09d2