mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Give better default sizing on startup to VTX/IDX columns
This commit is contained in:
@@ -111,6 +111,8 @@ void RDHeaderView::cacheSections()
|
||||
QVariant v = m->data(m->index(0, col), m_columnGroupRole);
|
||||
if(v.isValid())
|
||||
m_sections[col].group = v.toInt();
|
||||
else
|
||||
m_sections[col].group = -m_columnGroupRole - col;
|
||||
|
||||
if(col > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user