TListView.OnChange Not Firing
- Lazarus/FPC Version: Trunk, 3.99
- Operating System: macOS
- CPU / Bitness: Apple Silicon
What happens
Code of the form "MyListView.Items[0].Selected := True;" no longer triggers the TListView.OnChange event.
What did you expect
The event is triggered.
Steps to reproduce
Programmatically (de)select a TListItem and the event does not fire.