mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 05:19:08 +02:00
MG: reduced output
git-svn-id: trunk@1018 -
This commit is contained in:
parent
3cda4862b4
commit
1b9bcdcf3f
@ -929,7 +929,6 @@ end;
|
|||||||
procedure TControl.WMRButtonUp(var Message: TLMRButtonUp);
|
procedure TControl.WMRButtonUp(var Message: TLMRButtonUp);
|
||||||
begin
|
begin
|
||||||
DoMouseUp(Message, mbRight);
|
DoMouseUp(Message, mbRight);
|
||||||
writeln('TControl.WMRButtonUp ',Name,':',ClassName,' ',Message.Result);
|
|
||||||
if Message.Result = 0 then CheckMenuPopup(Message.pos);
|
if Message.Result = 0 then CheckMenuPopup(Message.pos);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -1749,6 +1748,9 @@ end;
|
|||||||
|
|
||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.64 2002/08/24 12:57:32 lazarus
|
||||||
|
MG: reduced output
|
||||||
|
|
||||||
Revision 1.63 2002/08/24 12:54:59 lazarus
|
Revision 1.63 2002/08/24 12:54:59 lazarus
|
||||||
MG: fixed mouse capturing, OI edit focus
|
MG: fixed mouse capturing, OI edit focus
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user