https://bugs.kde.org/show_bug.cgi?id=520462
Oliver Beard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/discover/-/commit/b5c055 |ma/discover/-/commit/e5d4a9 |e860b820180fc32302c5aa114a7 |2236247cd99361c8b5ba583ed3a |4393dcd |a248e68 --- Comment #5 from Oliver Beard <[email protected]> --- Git commit e5d4a92236247cd99361c8b5ba583ed3aa248e68 by Oliver Beard. Committed on 22/05/2026 at 10:54. Pushed by olib into branch 'Plasma/6.6'. 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 (cherry picked from commit b5c055e860b820180fc32302c5aa114a74393dcd) Co-authored-by: Oliver Beard <[email protected]> M +1 -1 discover/qml/DiscoverWindow.qml https://invent.kde.org/plasma/discover/-/commit/e5d4a92236247cd99361c8b5ba583ed3aa248e68 -- You are receiving this mail because: You are watching all bug changes.
