YACReader: Fix crash when exiting while processing a comic

When quitting YACReader while processing a comic, the comic thread needs
to be properly terminated to avoid segfaults and other possible problems.
This commit is contained in:
Felix Kauselmann
2022-11-12 23:09:27 +01:00
committed by Luis Ángel San Martín
parent 21b8b70657
commit 0414104067
3 changed files with 17 additions and 10 deletions

View File

@ -4,6 +4,8 @@ Version counting is based on semantic versioning (Major.Feature.Patch)
## WIP
### YACReader
*Fix segfault (or worse) when exiting YACReader while processing a comic
### YACReaderLibrary
* Fixed drag&drop in the comics grid view.
* Detect back/forward mouse buttons to move back and forward through the browsing history.