mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-02 11:29:59 +02:00
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:
@@ -123,7 +123,7 @@ class QetGraphicsTableItem : public QetGraphicsItem
|
||||
void previousTableDisplayRowChanged();
|
||||
void removeUselessNextTable(bool recursive = true);
|
||||
|
||||
QAbstractItemModel *m_model= nullptr;
|
||||
QPointer<QAbstractItemModel> m_model;
|
||||
|
||||
QVector<int> m_minimum_column_width;
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user