mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 01:15:07 -04:00
fixed comics selecting in grid view
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user