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:
paul 2008-06-06 08:03:06 +00:00
parent 97ceeb98a6
commit 0dce493220

View File

@ -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