From e05edc38702f1f1ab2e4e581f421891245efe8b8 Mon Sep 17 00:00:00 2001
From: Sine Striker <trueful@163.com>
Date: 周日, 17 12月 2023 00:30:30 +0800
Subject: [PATCH] Remove redundant file

---
 src/core/contexts/cocoawindowcontext.mm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/core/contexts/cocoawindowcontext.mm b/src/core/contexts/cocoawindowcontext.mm
index aec1f20..f8a45d5 100644
--- a/src/core/contexts/cocoawindowcontext.mm
+++ b/src/core/contexts/cocoawindowcontext.mm
@@ -104,7 +104,7 @@
             nswindow.hasShadow = YES;
             nswindow.showsToolbarButton = NO;
             nswindow.movableByWindowBackground = NO;
-            // nswindow.movable = NO; // This line causes the window in the wrong position when
+            nswindow.movable = NO; // This line causes the window in the wrong position when
             // become fullscreen.
             //  For some unknown reason, we don't need the following hack in Qt versions below or
             //  equal to 6.2.4.

--
Gitblit v1.9.1