mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 15:42:08 +02:00
git-svn-id: trunk@18172 -
This commit is contained in:
parent
533a95598d
commit
7b42dab907
@ -4553,6 +4553,9 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
if not Focused and CanFocus then
|
||||||
|
SetFocus;
|
||||||
|
|
||||||
inherited MouseDown(Button, Shift, X, Y);
|
inherited MouseDown(Button, Shift, X, Y);
|
||||||
|
|
||||||
CursorNode := GetNodeAt(X, Y);
|
CursorNode := GetNodeAt(X, Y);
|
||||||
|
Loading…
Reference in New Issue
Block a user