mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:29:29 +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:='';
|
||||
end;
|
||||
|
||||
Procedure TSourceEditor.EditorMouseMoved(Sender : TObject; Shift : TShiftState; X,Y : Integer);
|
||||
var a:integer;
|
||||
Procedure TSourceEditor.EditorMouseMoved(Sender : TObject;
|
||||
Shift : TShiftState; X,Y : Integer);
|
||||
begin
|
||||
// Writeln('MOuseMove in Editor',X,',',Y);
|
||||
if Assigned(OnMouseMove) then
|
||||
|
Loading…
Reference in New Issue
Block a user