https://bugs.kde.org/show_bug.cgi?id=335725
--- Comment #5 from David Edmundson <k...@davidedmundson.co.uk> --- Git commit 273a3fabd0ee7aa1321c4636dc29e4c9b29fa5f1 by David Edmundson. Committed on 10/10/2018 at 13:54. Pushed by davidedmundson into branch 'Plasma/5.14'. [activities] Fix logic error in user menu blocking activity updates Summary: There's an attempt to block updates to activities whilst the popup menu is showing. In one of the two code paths for positioning the menu the block is set but instead of releasing the block at the end of the exec locks it again. Test Plan: On X11 changed activities with the popup menu near the bottom. It still flickered like crazy whilst the menu is open (see bug report) But now at least fixes itself after Reviewers: #kwin, zzag Reviewed By: #kwin, zzag Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D16101 M +1 -1 useractions.cpp https://commits.kde.org/kwin/273a3fabd0ee7aa1321c4636dc29e4c9b29fa5f1 -- You are receiving this mail because: You are watching all bug changes.