https://bugs.kde.org/show_bug.cgi?id=431568
Alexander Lohnau <alexander.loh...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.80 Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/knewstuff/commit/1ae | |7749e7fdb4c981436ae7d142700 | |ac93ef3238 Status|ASSIGNED |RESOLVED --- Comment #9 from Alexander Lohnau <alexander.loh...@gmx.de> --- Git commit 1ae7749e7fdb4c981436ae7d142700ac93ef3238 by Alexander Lohnau. Committed on 25/02/2021 at 15:14. Pushed by alex into branch 'master'. qtquickengine: Do not emit entriesChanged signal when we clear an empty list This is called whenever we open the dialog, but we do not want to emit the signal unless we actually clear this list. Otherwise the KCMs would reload their data and scroll back to the top. Also we do not want the changed signal to be emitted for intermediate states, this will only lead to noise on the KCM side and we still emit the signal when we have the entry updated/installed. FIXED-IN: 5.80 If we never want to scroll to the top we have to implement this on the side of the individual KCMs. M +10 -2 src/qtquick/quickengine.cpp https://invent.kde.org/frameworks/knewstuff/commit/1ae7749e7fdb4c981436ae7d142700ac93ef3238 -- You are receiving this mail because: You are watching all bug changes.