Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
bc4926e9 by Fatih Uzunoglu at 2025-10-16T15:47:46+00:00
qml: fix binding loop in `PointingTooltip.qml`

This binding loop is asymptomatic, because the
default implicit height would derive from the
content height by default and not the implicit
background height (and bottom inset).

- - - - -


1 changed file:

- modules/gui/qt/widgets/qml/PointingTooltip.qml


Changes:

=====================================
modules/gui/qt/widgets/qml/PointingTooltip.qml
=====================================
@@ -29,6 +29,8 @@ ToolTipExt {
     height: implicitHeight + background.arrowHeight
     bottomInset: height - implicitHeight
 
+    implicitHeight: (implicitContentHeight + topPadding + bottomPadding)
+
     x: _x
     y: pos.y - (implicitHeight + arrowArea.implicitHeight + VLCStyle.dp(7.5))
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/bc4926e9b9101374fd02fb2a00bfd5e384e63ba5

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/bc4926e9b9101374fd02fb2a00bfd5e384e63ba5
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to