소스 검색

Merge pull request #56548 from madmiraal/fix-53894

Rémi Verschelde 3 년 전
부모
커밋
f14b1441e7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;