[pim/mimetreeparser] src/quick/qml/private: Remove broken hScrollbar assignment
Claudio Cambra <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 3f6754c1a4e18bc43e28457bf705b82f6660dc63 by Claudio Cambra.
Committed on 16/08/2026 at 16:51.
Pushed by clau-cambra into branch 'master'.
Remove broken hScrollbar assignment
M +0 -2 src/quick/qml/private/HtmlPart.qml
https://invent.kde.org/pim/mimetreeparser/-/commit/3f6754c1a4e18bc43e28457bf705b82f6660dc63
diff --git a/src/quick/qml/private/HtmlPart.qml b/src/quick/qml/private/HtmlPart.qml
index 4890334..89c79e3 100644
--- a/src/quick/qml/private/HtmlPart.qml
+++ b/src/quick/qml/private/HtmlPart.qml
@@ -116,6 +116,4 @@ Item {
position: flickable.contentX / Math.max(1, root.contentWidth - root.width)
onPositionChanged: flickable.contentX = position * (root.contentWidth - root.width)
}
-
- Component.onCompleted: wheelInterceptor.hScrollBar = hScrollBar
}