TableHeaderComponent::restoreFromString doesn’t respect min/max column width.
I have a fixed size column:
header.addColumn ( "Character", characterColId, 80, 80, 80, juce::TableHeaderComponent::ColumnPropertyFlags::notResizableOrSortable );
In the next version of my software I need to change it to 90 px. But the size won’t change.
I think the following change should be made:
