mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Merge pull request #192 from vedgy/fix-info-comics-view-crashes
Library: fix InfoComicsView crashes
This commit is contained in:
commit
117b02fc7f
@ -97,7 +97,8 @@ Rectangle {
|
||||
highlightMoveDuration: 250
|
||||
|
||||
onCurrentIndexChanged: {
|
||||
currentCoverChanged(currentIndex);
|
||||
if (currentIndex !== -1)
|
||||
currentCoverChanged(currentIndex);
|
||||
}
|
||||
|
||||
delegate: Component {
|
||||
|
Loading…
Reference in New Issue
Block a user