mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-22 19:26:03 +02:00
OnSelectCell is now called even for the focused cell
git-svn-id: trunk@8093 -
This commit is contained in:
parent
90b57f35f5
commit
c56bbbc211
@ -4694,6 +4694,7 @@ begin
|
|||||||
|
|
||||||
// Change on Focused cell?
|
// Change on Focused cell?
|
||||||
if (Dcol=FCol)and(DRow=FRow) then begin
|
if (Dcol=FCol)and(DRow=FRow) then begin
|
||||||
|
SelectCell(DCol,DRow);
|
||||||
end else begin
|
end else begin
|
||||||
Result:=SelectCell(DCol,DRow);
|
Result:=SelectCell(DCol,DRow);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user