mirror of
https://github.com/elementary/gala.git
synced 2025-01-02 07:12:38 +03:00
windowswitcher: fix an if-condition causing meta_window_appears_focused crashes whenever a window closes while switching windows
This commit is contained in:
parent
9f084f940c
commit
449c1d4174
@ -321,7 +321,7 @@ namespace Gala
|
||||
}
|
||||
}
|
||||
|
||||
if (found != null) {
|
||||
if (found == null) {
|
||||
warning ("No clone found for removed window");
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user