mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:19:14 +02:00
LCL; clean up
git-svn-id: trunk@15320 -
This commit is contained in:
parent
e92a0bdc32
commit
0c0468bc6d
@ -2066,7 +2066,6 @@ end;
|
||||
procedure TControl.WMMouseWheel(var Message: TLMMouseEvent);
|
||||
var
|
||||
MousePos: TPoint;
|
||||
RealControl: TControl;
|
||||
begin
|
||||
Assert(False, Format('Trace: [TControl.LMMouseWheel] %s', [ClassName]));
|
||||
DoBeforeMouseMessage;
|
||||
|
@ -4100,7 +4100,7 @@ begin
|
||||
end;
|
||||
end;
|
||||
|
||||
//DebugLn('TWinControl.IsControlMouseMsg B ',DbgSName(Self),' Control=',DbgSName(Control));
|
||||
//DebugLn(['TWinControl.IsControlMouseMsg B ',DbgSName(Self),' Control=',DbgSName(Control),' Msg=',TheMessage.Msg]);
|
||||
Result := False;
|
||||
if Control <> nil then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user