From 7331945eb0fc1e78735e0aa5bac195fd0d7279d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20A=CC=81ngel=20San=20Marti=CC=81n=20Rodri=CC=81guez?= Date: Sat, 1 Oct 2022 08:27:29 +0200 Subject: [PATCH] Disable horizontal scrolling in the synopsis text For some reason the content size is not properly calculated and you can scroll horizontally endlessly. --- YACReaderLibrary/qml/GridComicsView6.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/YACReaderLibrary/qml/GridComicsView6.qml b/YACReaderLibrary/qml/GridComicsView6.qml index e7fb0f59..5741986e 100644 --- a/YACReaderLibrary/qml/GridComicsView6.qml +++ b/YACReaderLibrary/qml/GridComicsView6.qml @@ -619,6 +619,7 @@ Rectangle { ScrollBar.horizontal.policy: ScrollBar.AlwaysOff + contentWidth: -1 contentItem: currentComicInfoSinopsis id: synopsisScroller