mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-02 19:58:16 +02:00
win32: use standard hand point cursor (issue #0017432)
git-svn-id: trunk@27744 -
This commit is contained in:
parent
aebe485e4b
commit
b83df84f67
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user