Initialise cached column count to 0

This commit is contained in:
baldurk
2017-02-01 10:03:50 +00:00
parent 89f6fa339b
commit 55b3105905
+1 -1
View File
@@ -525,7 +525,7 @@ private:
// { 0, 1, 2, 3, 0, 1, 2, 0 };
QVector<int> columnLookup;
QVector<int> componentLookup;
int m_ColumnCount;
int m_ColumnCount = 0;
int reservedColumnCount() const { return (meshView ? 2 : 0); }
const FormatElement &columnForIndex(int col) const