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

--- Comment #1 from Anders Lund <and...@alweb.dk> ---
To fix, insert the below code at
https://invent.kde.org/multimedia/kdenlive/-/blob/master/src/timeline2/view/qml/TrackHead.qml
line 487 (eb7f5026):

                ToolTip {
                    visible: effectButton.hovered
                    font: miniFont
                    delay: 1500
                    timeout: 5000
                    background: Rectangle {
                        color: activePalette.alternateBase
                        border.color: activePalette.light
                    }
                    contentItem: Label {
                        color: activePalette.text
                        text: enabled ? (isStackEisabled? i18n("Disable track
effects") : i18n("Enable track effects")) : i18n("Toggle stack effects"))
                    }
                }

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

Reply via email to