editor: use beam-cursor in track view
This commit is contained in:
parent
539522eb1e
commit
6d9b923461
@ -1188,7 +1188,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 = NULL; // LoadCursor(NULL, IDC_IBEAM);
|
wc.hCursor = 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