Skip to content

AV error on Tshape property #14

@Andyk1234

Description

@Andyk1234

Produces an AV error when selecting Brush.Color value on a Tshape component.

Update: I have found in some instances, the object links to sub-properties get erased during the filling of the data grid, this produces AV errors when the sub property is edited in the Properties grid..

To fix this I have changed the order that the grids are filled.

In routines "UpdateCompsCombo" and "cbCompsChange" , change the lines

 UpdateProps;
 UpdateData;

to

  UpdateData;
  UpdateProps;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions