mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 06:59:19 +02:00
fixed scrolling offset of TScrollingWinControl
git-svn-id: trunk@2297 -
This commit is contained in:
parent
52222da2ae
commit
c0df7f9bb2
@ -1684,7 +1684,7 @@ end;
|
||||
Procedure TControl.WMMouseMove(Var Message: TLMMouseMove);
|
||||
Begin
|
||||
{$IFDEF VerboseMouseBugfix}
|
||||
writeln('[TControl.WMMouseMove] ',Name,':',ClassName);
|
||||
writeln('[TControl.WMMouseMove] ',Name,':',ClassName,' ',Message.XPos,',',Message.YPos);
|
||||
{$ENDIF}
|
||||
DoBeforeMouseMessage;
|
||||
if not (csNoStdEvents in ControlStyle)
|
||||
@ -2055,6 +2055,9 @@ end;
|
||||
|
||||
{ =============================================================================
|
||||
$Log$
|
||||
Revision 1.115 2003/01/18 21:31:43 mattias
|
||||
fixed scrolling offset of TScrollingWinControl
|
||||
|
||||
Revision 1.114 2003/01/01 13:01:01 mattias
|
||||
fixed setcolor for streamed components
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user