https://bugs.kde.org/show_bug.cgi?id=504198

cwo <cwo....@posteo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
   Version Fixed In|                            |25.04.2
      Latest Commit|                            |https://invent.kde.org/mult
                   |                            |imedia/elisa/-/commit/19f9d
                   |                            |e65f1d6814efb7ce2d31b2f62f0
                   |                            |3df8ca02
             Status|CONFIRMED                   |RESOLVED

--- Comment #2 from cwo <cwo....@posteo.net> ---
Git commit 19f9de65f1d6814efb7ce2d31b2f62f03df8ca02 by Christoph Wolk.
Committed on 23/05/2025 at 18:44.
Pushed by cwo into branch 'master'.

qml/ContextView: don't show Lyrics when they're invisible

ContextView attempts to hide the lyrics when not selected or in wide
mode by setting the containing Item's implicitWidth to zero. But this
doesn't work (anymore?); the lyrics are still displayed, centered around
the zero-width position where they would appear (so half off-screen) and
overlapping the metadata area. To hide text this way, clip must be set
to true.

Instead, we might as well directly set visible; this seems clearer than
an implicitWidth + clip trick and is likely faster as well as no
separate checks are necessary about what would fit (which is nothing
anyway).
FIXED-IN: 25.04.2

M  +1    -0    src/qml/ContextView.qml

https://invent.kde.org/multimedia/elisa/-/commit/19f9de65f1d6814efb7ce2d31b2f62f03df8ca02

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to