# HG changeset patch # User sam # Date 1718429469 -25200 # Node ID 4d9e345da77268016f4799742f472c8e89180c41 # Parent ce180935334dfa4bbe6b6e56d2d8e1801afd3e46 fix: windows cursor not visible on border 1 diff -r ce180935334d -r 4d9e345da772 semicongine/platform/windows/window.nim --- a/semicongine/platform/windows/window.nim Sat Jun 15 12:28:04 2024 +0700 +++ b/semicongine/platform/windows/window.nim Sat Jun 15 12:31:09 2024 +0700 @@ -65,7 +65,6 @@ ShowCursor(false) else: ShowCursor(true) - return true else: return DefWindowProc(hwnd, uMsg, wParam, lParam)