Skip to content

BUG: qtAttributeView crashes if you click on the type column

If you clicked on the attribute's type column the widget would try to set the attribute's color. This was due to a hard coded column number instead of using the color_column variable. So when the status field was added everything was shifted.

Merge request reports