mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 20:50:39 +02:00
LCL controls: fixed range error
git-svn-id: trunk@16750 -
This commit is contained in:
parent
a9226082e6
commit
e4b2b66e7e
@ -3200,7 +3200,7 @@ begin
|
||||
UpdateMouseCursor(Message.XPos,Message.YPos);
|
||||
if not (csNoStdEvents in ControlStyle)
|
||||
then with Message do
|
||||
MouseMove(KeystoShiftState(Keys), XPos, YPos);
|
||||
MouseMove(KeystoShiftState(Word(Keys)), XPos, YPos);
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user