mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-22 01:05:58 +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?
|
||||
if (Dcol=FCol)and(DRow=FRow) then begin
|
||||
SelectCell(DCol,DRow);
|
||||
end else begin
|
||||
Result:=SelectCell(DCol,DRow);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user