mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 12:19:57 +02:00
ide: don't bring OI to front when OI row is selected and another control on overlapped form has been selected
git-svn-id: trunk@15335 -
This commit is contained in:
parent
97ceeb98a6
commit
0dce493220
@ -1467,9 +1467,7 @@ begin
|
||||
and (not NewRow.IsReadOnly)
|
||||
and CanFocus then begin
|
||||
if (Column=oipgcValue) then
|
||||
FCurrentEdit.SetFocus
|
||||
else
|
||||
Self.SetFocus;
|
||||
FCurrentEdit.SetFocus;
|
||||
end;
|
||||
end;
|
||||
if FCurrentButton<>nil then
|
||||
|
Loading…
Reference in New Issue
Block a user