mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 17:10:47 +00:00
Add default-enabled grid lines to RDTreeView (and so RDTreeWidget)
This commit is contained in:
@@ -604,7 +604,7 @@ PixelHistoryView::PixelHistoryView(ICaptureContext &ctx, ResourceId id, QPoint p
|
||||
m_Model = new PixelHistoryItemModel(ctx, id, display, this);
|
||||
ui->events->setModel(m_Model);
|
||||
|
||||
ui->events->setDrawBranches(false);
|
||||
ui->events->hideBranches();
|
||||
|
||||
ui->events->header()->setSectionResizeMode(0, QHeaderView::Stretch);
|
||||
ui->events->header()->setSectionResizeMode(1, QHeaderView::ResizeToContents);
|
||||
|
||||
Reference in New Issue
Block a user