Various bugfixes, support for filtering episode lists
This commit is contained in:
parent
431ca519d3
commit
0da88e3577
17 changed files with 421 additions and 45 deletions
|
@ -42,7 +42,11 @@ Item {
|
|||
}
|
||||
}
|
||||
|
||||
children[index-1].opacity = x / width;
|
||||
if (page.isDialog) {
|
||||
children[index-1].opacity = 1;
|
||||
} else {
|
||||
children[index-1].opacity = x / width;
|
||||
}
|
||||
//children[index-1].pushPhase = x / width;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue