1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-25 15:37:42 +00:00

Style: Apply fixes from codespell

This commit is contained in:
Rémi Verschelde
2025-04-25 15:30:29 +02:00
parent f45f1e2ec5
commit c8169ea274
14 changed files with 20 additions and 20 deletions

View File

@@ -4389,7 +4389,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) {