mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-26 16:04:34 +00:00
Preserve separate memory tree state for each pool.
This commit is contained in:
parent
0fe65eb8a1
commit
4c3dce6712
@ -15898,7 +15898,7 @@ void View::DrawMemory()
|
||||
ImGui::TreePop();
|
||||
}
|
||||
|
||||
|
||||
ImGui::PushID( m_memInfo.pool );
|
||||
ImGui::Separator();
|
||||
if( ImGui::TreeNode( ICON_FA_ALIGN_JUSTIFY " Bottom-up call stack tree" ) )
|
||||
{
|
||||
@ -15958,6 +15958,7 @@ void View::DrawMemory()
|
||||
|
||||
ImGui::TreePop();
|
||||
}
|
||||
ImGui::PopID();
|
||||
|
||||
ImGui::EndChild();
|
||||
ImGui::End();
|
||||
|
Loading…
Reference in New Issue
Block a user