https://bugs.kde.org/show_bug.cgi?id=424255
Vlad Zahorodnii <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/kwayland-server/commit/e |ma/kwin/commit/4a6badc22c88 |925f98effaab144726e61fbaca2 |a30b10b4e288728981f225cba72 |eb2434001172 |8 --- Comment #2 from Vlad Zahorodnii <[email protected]> --- Git commit 4a6badc22c88a30b10b4e288728981f225cba728 by Vlad Zahorodnii. Committed on 16/07/2020 at 14:04. Pushed by vladz into branch 'master'. Ignore setActive() for windows that are being deleted We may call setActive() on a window that is being deleted. We cannot guarantee that at that moment the X11 window or the Wayland surface is still valid. So, the best course of actions is to do nothing. M +14 -0 abstract_client.cpp M +3 -0 abstract_client.h M +1 -0 internal_client.cpp M +6 -9 x11client.cpp M +0 -1 x11client.h M +6 -11 xdgshellclient.cpp M +0 -2 xdgshellclient.h https://invent.kde.org/plasma/kwin/commit/4a6badc22c88a30b10b4e288728981f225cba728 -- You are receiving this mail because: You are watching all bug changes.
