https://bugs.kde.org/show_bug.cgi?id=402793
--- Comment #11 from Christoph Cullmann <cullm...@kde.org> --- Git commit ff6a3d40270a372a7b8d0d2e59d15e19b4b81dd0 by Christoph Cullmann, on behalf of David Edmundson. Committed on 23/08/2020 at 12:22. Pushed by cullmann into branch 'master'. Fix potential crash deleting a menu in event handler m_subDirs is a QMenu that gets exec'd by this class. Due to some wayland differences (potentially caused by Plasma integration) we can end up processing events on the navigator button during the menu's setVisible call. A deffered deletion to the next event loop resolves these problems and still behaves the same. M +1 -1 src/filewidgets/kurlnavigatorbutton.cpp https://invent.kde.org/frameworks/kio/commit/ff6a3d40270a372a7b8d0d2e59d15e19b4b81dd0 -- You are receiving this mail because: You are watching all bug changes.