mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 15:49:56 +01:00
IDE: update active sourceeditor on MouseDown
git-svn-id: trunk@39709 -
This commit is contained in:
parent
f531875607
commit
a70beb5187
@ -4831,6 +4831,7 @@ end;
|
||||
Procedure TSourceEditor.EditorMouseDown(Sender: TObject; Button: TMouseButton;
|
||||
Shift: TShiftState; X, Y: Integer);
|
||||
begin
|
||||
CheckActiveWindow;
|
||||
if Assigned(OnMouseDown) then
|
||||
OnMouseDown(Sender, Button, Shift, X,Y);
|
||||
end;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user