editor: use beam-cursor in track view

This commit is contained in:
Erik Faye-Lund 2010-04-20 19:53:58 +02:00
parent 539522eb1e
commit 6d9b923461

View File

@ -1188,7 +1188,7 @@ ATOM registerTrackViewWindowClass(HINSTANCE hInstance)
wc.cbWndExtra = sizeof(TrackView*);
wc.hInstance = hInstance;
wc.hIcon = 0;
wc.hCursor = NULL; // LoadCursor(NULL, IDC_IBEAM);
wc.hCursor = LoadCursor(NULL, IDC_IBEAM);
wc.hbrBackground = (HBRUSH)0;
wc.lpszMenuName = NULL;
wc.lpszClassName = trackViewWindowClassName;