mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 05:19:27 +02:00
MG: small fixes
git-svn-id: trunk@527 -
This commit is contained in:
parent
386178e8e4
commit
a90be38ea4
@ -1391,8 +1391,8 @@ begin
|
|||||||
Result:='';
|
Result:='';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Procedure TSourceEditor.EditorMouseMoved(Sender : TObject; Shift : TShiftState; X,Y : Integer);
|
Procedure TSourceEditor.EditorMouseMoved(Sender : TObject;
|
||||||
var a:integer;
|
Shift : TShiftState; X,Y : Integer);
|
||||||
begin
|
begin
|
||||||
// Writeln('MOuseMove in Editor',X,',',Y);
|
// Writeln('MOuseMove in Editor',X,',',Y);
|
||||||
if Assigned(OnMouseMove) then
|
if Assigned(OnMouseMove) then
|
||||||
|
Loading…
Reference in New Issue
Block a user