Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-08 14:07:54 +08:00
parent fdb817cadd
commit a6ac2c4522
3 changed files with 19 additions and 8 deletions

View File

@@ -1829,7 +1829,7 @@ Widget buildSeekPreviewWidget(PlPlayerController plPlayerController) {
2));
// pageIndex
int pageIndex = (index ~/ 100).clamp(0, data.image!.length);
int pageIndex = (index ~/ 100).clamp(0, data.image!.length - 1);
// alignment
double cal(m) {