Merge pull request #56548 from madmiraal/fix-53894
This commit is contained in:
commit
f14b1441e7
|
@ -143,7 +143,7 @@ class DisplayServerX11 : public DisplayServer {
|
|||
bool borderless = false;
|
||||
bool resize_disabled = false;
|
||||
Vector2i last_position_before_fs;
|
||||
bool focused = false;
|
||||
bool focused = true;
|
||||
bool minimized = false;
|
||||
|
||||
unsigned int focus_order = 0;
|
||||
|
|
Loading…
Reference in New Issue