OnSelectCell is now called even for the focused cell

git-svn-id: trunk@8093 -
This commit is contained in:
jesus 2005-11-07 16:59:07 +00:00
parent 90b57f35f5
commit c56bbbc211

View File

@ -4694,6 +4694,7 @@ begin
// Change on Focused cell?
if (Dcol=FCol)and(DRow=FRow) then begin
SelectCell(DCol,DRow);
end else begin
Result:=SelectCell(DCol,DRow);
end;