1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

Style: Apply fixes from codespell

This commit is contained in:
Rémi Verschelde
2025-04-25 15:34:47 +02:00
parent d4d66cb7b2
commit 7d9ae94b20
13 changed files with 19 additions and 19 deletions

View File

@@ -4700,7 +4700,7 @@ void DisplayServerX11::process_events() {
XSync(x11_display, False);
XGetWindowAttributes(x11_display, wd.x11_window, &xwa);
// Set focus when menu window is re-used.
// Set focus when menu window is reused.
// RevertToPointerRoot is used to make sure we don't lose all focus in case
// a subwindow and its parent are both destroyed.
if ((xwa.map_state == IsViewable) && !wd.no_focus && !wd.is_popup && _window_focus_check()) {