Fix bug 244

I was thinking that the commit 5a51f6bace
fix the bug 244, but not they only fix this bug :
https://qelectrotech.org/forum/viewtopic.php?pid=16022#p16022

This commit really fix the bug 244
This commit is contained in:
joshua
2022-04-01 20:04:17 +02:00
parent 5a51f6bace
commit ce21a812c0
4 changed files with 17 additions and 12 deletions

View File

@@ -84,7 +84,7 @@ class QetGraphicsHeaderItem : public QGraphicsObject
QRect m_current_rect;
QRectF m_bounding_rect;
QAbstractItemModel *m_model = nullptr;
QPointer<QAbstractItemModel> m_model;
QVector<int>
m_sections_minimum_width,