https://bugs.kde.org/show_bug.cgi?id=474579
--- Comment #10 from Nate Graham <n...@kde.org> --- Git commit 3d63c4fcf1de7a551322ac234755fca3c1f99cc6 by Nate Graham, on behalf of Jack Hill. Committed on 05/10/2023 at 20:32. Pushed by ngraham into branch 'master'. ContentView: force ReplaceTransition when replacing the stack Normally Qt will use the Immediate transition if the stack is empty, but this behaviour is bugged when using OpacityAnimator. Instead of setting properties to their `to` value, they are set to their `from` value (these are defined in the Transition). This results in the initial view item having an opacity of 0. The workaround is to force a ReplaceTransition. See https://bugreports.qt.io/browse/QTBUG-117720 M +3 -1 src/qml/ContentView.qml https://invent.kde.org/multimedia/elisa/-/commit/3d63c4fcf1de7a551322ac234755fca3c1f99cc6 -- You are receiving this mail because: You are watching all bug changes.