[vlc-devel] [PATCH 10/18] qml: enable text interactions in URL text box

Prince Gupta guptaprince8832 at gmail.com
Thu Apr 1 14:29:45 UTC 2021


fixes #25580
---
 modules/gui/qt/network/qml/DiscoverUrlDisplay.qml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/gui/qt/network/qml/DiscoverUrlDisplay.qml b/modules/gui/qt/network/qml/DiscoverUrlDisplay.qml
index 839801dc6e..1fdbd6a882 100644
--- a/modules/gui/qt/network/qml/DiscoverUrlDisplay.qml
+++ b/modules/gui/qt/network/qml/DiscoverUrlDisplay.qml
@@ -56,6 +56,8 @@ Widgets.NavigableFocusScope {
                 palette.highlight: VLCStyle.colors.bgHover
                 palette.highlightedText: VLCStyle.colors.bgHoverText
                 font.pixelSize: VLCStyle.fontSize_large
+                selectByMouse: true
+
                 background: Rectangle {
                     color: VLCStyle.colors.bg
                     border.width: VLCStyle.dp(2, VLCStyle.scale)
-- 
2.27.0



More information about the vlc-devel mailing list