https://bugs.kde.org/show_bug.cgi?id=421275
Konrad Materka <mate...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In|5.20 |5.18.6 Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/commit/ |ma/plasma-workspace/commit/ |c3254912ea916bf3cc6b215e196 |a409b06bbfb0ea10959d9f680ea |f41a61d764e82 |1ef16e7b7827a --- Comment #9 from Konrad Materka <mate...@gmail.com> --- Git commit a409b06bbfb0ea10959d9f680ea1ef16e7b7827a by Konrad Materka. Committed on 30/06/2020 at 08:25. Pushed by kmaterka into branch 'Plasma/5.18'. [applets/systemtray] Fix context menu misplaced For SNI icons menu is imported from DBus. If during import it is changed, for example some actions added or replaced, new actions are added, but old one are only marked for removal in next event loop run. As a result menu size is too big until delereLater takes effect. Queue connection, so that Qt will have a chance to delete menu entires before menu is used. FIXED-IN: 5.18.6 M +2 -1 dataengines/statusnotifieritem/statusnotifieritemjob.cpp https://invent.kde.org/plasma/plasma-workspace/commit/a409b06bbfb0ea10959d9f680ea1ef16e7b7827a -- You are receiving this mail because: You are watching all bug changes.