mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 13:40:20 +02:00
MG: double, triple and quad clicks now works
git-svn-id: trunk@788 -
This commit is contained in:
parent
88bf48e66e
commit
bd541db19e
@ -2701,6 +2701,14 @@ begin
|
||||
QueueItem:=QueueItem^.Next;
|
||||
end;
|
||||
end;
|
||||
|
||||
// mouse click messages
|
||||
if LastLeft.Component=Sender then
|
||||
LastLeft:=EmptyLastMouseClick;
|
||||
if LastMiddle.Component=Sender then
|
||||
LastMiddle:=EmptyLastMouseClick;
|
||||
if LastRight.Component=Sender then
|
||||
LastRight:=EmptyLastMouseClick;
|
||||
end;
|
||||
|
||||
{-------------------------------------------------------------------------------
|
||||
@ -5506,6 +5514,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.192 2002/09/01 16:11:22 lazarus
|
||||
MG: double, triple and quad clicks now works
|
||||
|
||||
Revision 1.191 2002/08/31 11:37:10 lazarus
|
||||
MG: fixed destroying combobox
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user