Make thumbnail range-selection more similar to OS behaviour, fixes #5393

This commit is contained in:
Ingo Weyrich
2019-07-30 13:22:15 +02:00
parent 287bd5bbe3
commit 6b868a8d4d
3 changed files with 15 additions and 13 deletions

View File

@@ -667,6 +667,7 @@ void FileBrowser::close ()
MYWRITERLOCK(l, entryRW);
selected.clear ();
anchor = nullptr;
MYWRITERLOCK_RELEASE(l); // notifySelectionListener will need read access!