Set basevertex to 0 when calculating column data width

This commit is contained in:
baldurk
2017-09-13 14:53:33 +01:00
parent b603230023
commit 4e275421bb
+1
View File
@@ -2698,6 +2698,7 @@ void BufferViewer::CalcColumnWidth(int maxNumRows)
FormatElement(headerText, 0, 16, false, 1, false, 1, intFmt, false, false));
m_ModelVSIn->numRows = 2;
m_ModelVSIn->baseVertex = 0;
if(m_ModelVSIn->indices)
m_ModelVSIn->indices->deref();