mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 09:09:32 +02:00
Cocoa/ListView: in vsReport, minor fixe
This commit is contained in:
parent
4bb14e680b
commit
798ea1949d
@ -1774,7 +1774,7 @@ begin
|
||||
|
||||
case AState of
|
||||
lisSelected: begin
|
||||
Result:= (AIndex>=0) and (AIndex <= _tableView.numberOfRows);
|
||||
Result:= (AIndex>=0) and (AIndex < _tableView.numberOfRows);
|
||||
AIsSet:= lclcb.getItemStableSelection( AIndex );
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user