Jelajahi Sumber

Fixed the cursor clip rect when toggling window borders on macOS

Sam Lantinga 6 bulan lalu
induk
melakukan
ef23ebfb5a
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/video/cocoa/SDL_cocoawindow.m

+ 1 - 0
src/video/cocoa/SDL_cocoawindow.m

@@ -2781,6 +2781,7 @@ void Cocoa_SetWindowBordered(SDL_VideoDevice *_this, SDL_Window *window, bool bo
         } else {
             data.border_toggled = true;
         }
+        Cocoa_UpdateClipCursor(window);
     }
 }