mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 12:38:17 +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;
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user