mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 13:00:32 +00:00
Revert mistakenly cherry-picked follow up to change not on v0.x
This reverts commit d129222464.
This commit is contained in:
@@ -455,7 +455,7 @@ void RDTreeWidget::endUpdate()
|
||||
{
|
||||
m_queueUpdates = false;
|
||||
|
||||
if(m_queuedRoles || m_queuedChildren)
|
||||
if(m_queuedRoles)
|
||||
{
|
||||
// if we updated multiple different trees we can't issue a single dataChanged for everything
|
||||
// under a parent. Refresh the whole model.
|
||||
|
||||
Reference in New Issue
Block a user