mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 23:25:56 +02:00
MG: double, triple and quad clicks now works
git-svn-id: trunk@1154 -
This commit is contained in:
parent
7a183b23af
commit
12b7aafb73
@ -1011,7 +1011,7 @@ Begin
|
||||
then Message.Result := HTCLIENT;
|
||||
Exit;
|
||||
end;
|
||||
LM_MOUSEFIRST..LM_MOUSELAST:
|
||||
LM_MOUSEFIRST..LM_MOUSELAST,LM_MOUSEFIRST2..LM_MOUSELAST2:
|
||||
begin
|
||||
{$IFDEF VerboseMouseBugfix}
|
||||
writeln('TWinControl.WndPRoc A ',Name,':',ClassName);
|
||||
@ -2299,6 +2299,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.83 2002/09/01 16:11:22 lazarus
|
||||
MG: double, triple and quad clicks now works
|
||||
|
||||
Revision 1.82 2002/08/31 11:37:09 lazarus
|
||||
MG: fixed destroying combobox
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user