shit-cursor, begone!
This commit is contained in:
parent
72e0b8f93a
commit
24417212ce
@ -1067,7 +1067,7 @@ ATOM registerTrackViewWindowClass(HINSTANCE hInstance)
|
|||||||
wc.cbWndExtra = sizeof(TrackView*);
|
wc.cbWndExtra = sizeof(TrackView*);
|
||||||
wc.hInstance = hInstance;
|
wc.hInstance = hInstance;
|
||||||
wc.hIcon = 0;
|
wc.hIcon = 0;
|
||||||
wc.hCursor = LoadCursor(NULL, IDC_IBEAM);
|
wc.hCursor = NULL; // LoadCursor(NULL, IDC_IBEAM);
|
||||||
wc.hbrBackground = (HBRUSH)0;
|
wc.hbrBackground = (HBRUSH)0;
|
||||||
wc.lpszMenuName = NULL;
|
wc.lpszMenuName = NULL;
|
||||||
wc.lpszClassName = trackViewWindowClassName;
|
wc.lpszClassName = trackViewWindowClassName;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user