mirror of https://github.com/PCSX2/pcsx2.git
Debugger: Prevent flicker when resetting symbol tree node children
This commit is contained in:
parent
93b18412f5
commit
8d3f4fac23
|
@ -484,6 +484,9 @@ std::vector<std::unique_ptr<SymbolTreeNode>> SymbolTreeModel::populateChildren(
|
|||
}
|
||||
}
|
||||
|
||||
for (std::unique_ptr<SymbolTreeNode>& child : children)
|
||||
child->readFromVM(cpu, database);
|
||||
|
||||
return children;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue