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; if ACursor > crHigh then Exit;
case ACursor of case ACursor of
crSqlWait..crDrag, crSqlWait..crDrag, crNone:
crHandPoint, crNone: begin begin
// TODO: load custom cursors here not in the LCL // TODO: load custom cursors here not in the LCL
end; end;
else else