Fix crash

This commit is contained in:
Claveau Joshua 2020-11-02 19:31:52 +01:00
parent 62333506f1
commit ca0dcc9b7b

View File

@ -441,5 +441,7 @@ void QetGraphicsHeaderItem::adjustSize()
void QetGraphicsHeaderItem::modelReseted()
{
setUpMinimumSectionsSize();
m_current_sections_width.clear();
m_current_sections_width.resize(m_sections_minimum_width.size());
adjustSize();
}