https://bugs.kde.org/show_bug.cgi?id=520462
Oliver Beard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/plas | |ma/discover/-/commit/b5c055 | |e860b820180fc32302c5aa114a7 | |4393dcd Version| |6.6.6 Fixed/Implemented| | In| | Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #4 from Oliver Beard <[email protected]> --- Git commit b5c055e860b820180fc32302c5aa114a74393dcd by Oliver Beard. Committed on 22/05/2026 at 10:17. Pushed by olib into branch 'master'. DiscoverWindow: Don't change window height in binding The idea seems to be that we show the sidebar without scrolling as Discover's initial size, but this is not really something we care to do in other applications. It also conflicts with the usage of `WindowStateSaver`. Doing it in this way, is such that when the `globalDrawer.contentHeight` changes, the binding is updated and the height is changed, and the window subsequently resized. This is not intentional or desirable. Given the above, just remove it. Bug report is for when the window is maximized and leaving the current page, but this is always the case when the "Tasks" indicator in the sidebar changes visibility. It is not clear why this is now problematic in KDE Linux / master, as I do not observe it on my 6.6 system. Out of an abundance of caution (and because it would be otherwise harmless), cherry-pick. FIXED-IN: 6.6.6 M +1 -1 discover/qml/DiscoverWindow.qml https://invent.kde.org/plasma/discover/-/commit/b5c055e860b820180fc32302c5aa114a74393dcd -- You are receiving this mail because: You are watching all bug changes.
