Revert mistakenly cherry-picked follow up to change not on v0.x

This reverts commit d129222464.
This commit is contained in:
baldurk
2017-09-13 16:00:55 +01:00
parent 04b715890c
commit 7a78ae67ff
+1 -1
View File
@@ -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.