win32: use standard hand point cursor (issue #0017432)

git-svn-id: trunk@27744 -
This commit is contained in:
paul 2010-10-18 04:45:18 +00:00
parent aebe485e4b
commit b83df84f67

View File

@ -207,8 +207,8 @@ begin
if ACursor > crHigh then Exit;
case ACursor of
crSqlWait..crDrag,
crHandPoint, crNone: begin
crSqlWait..crDrag, crNone:
begin
// TODO: load custom cursors here not in the LCL
end;
else