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