Reported by Christian Holzner; checked by Jordan Russell
To reproduce:
- Create a new project.
- Put a TActionList and a TImageList on the form.
- Create a new action.
- Now assign the image list to the action list (ActionList1.Images = ImageList1)
- This truncates the entry in the action list editor of the previously added
action (from "Action1" to "A...").
The problem is with Action1.ImageIndex. If it's set to something other than -1, the entry won't be truncated. |