mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 14:39:09 +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 (not NewRow.IsReadOnly)
|
||||||
and CanFocus then begin
|
and CanFocus then begin
|
||||||
if (Column=oipgcValue) then
|
if (Column=oipgcValue) then
|
||||||
FCurrentEdit.SetFocus
|
FCurrentEdit.SetFocus;
|
||||||
else
|
|
||||||
Self.SetFocus;
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
if FCurrentButton<>nil then
|
if FCurrentButton<>nil then
|
||||||
|
Loading…
Reference in New Issue
Block a user