mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
fixed comics selecting in grid view
This commit is contained in:
parent
bf17bb569c
commit
53eaf14d64
@ -96,6 +96,7 @@ Rectangle {
|
|||||||
|
|
||||||
if(!comicsSelectionHelper.isSelectedIndex(index))
|
if(!comicsSelectionHelper.isSelectedIndex(index))
|
||||||
{
|
{
|
||||||
|
comicsSelectionHelper.clear();
|
||||||
comicsSelectionHelper.selectIndex(index)
|
comicsSelectionHelper.selectIndex(index)
|
||||||
grid.currentIndex = index;
|
grid.currentIndex = index;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user