Fixed Cursor Icon State for SYSTEM_CURSOR_PROGRESS
Build (All) / Create test plan (push) Waiting to run
Build (All) / level1 (push) Blocked by required conditions
Build (All) / level2 (push) Blocked by required conditions

This commit is contained in:
ImThour
2025-02-13 11:38:41 -08:00
committed by Sam Lantinga
parent 5dce8c748f
commit ed0a03e9b5
+1 -1
View File
@@ -292,7 +292,7 @@ static SDL_Cursor *WIN_CreateSystemCursor(SDL_SystemCursor id)
name = IDC_CROSS;
break;
case SDL_SYSTEM_CURSOR_PROGRESS:
name = IDC_WAIT;
name = IDC_APPSTARTING;
break;
case SDL_SYSTEM_CURSOR_NWSE_RESIZE:
name = IDC_SIZENWSE;