Browse Source

Merge pull request #56548 from madmiraal/fix-53894

Rémi Verschelde 3 years ago
parent
commit
f14b1441e7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      platform/linuxbsd/display_server_x11.h

+ 1 - 1
platform/linuxbsd/display_server_x11.h

@@ -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;