mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
fixed comics selecting in grid view
This commit is contained in:
@ -96,6 +96,7 @@ Rectangle {
|
||||
|
||||
if(!comicsSelectionHelper.isSelectedIndex(index))
|
||||
{
|
||||
comicsSelectionHelper.clear();
|
||||
comicsSelectionHelper.selectIndex(index)
|
||||
grid.currentIndex = index;
|
||||
}
|
||||
|
Reference in New Issue
Block a user