mirror of
https://github.com/wolfpld/tracy
synced 2025-05-03 06:03:51 +00:00
Always auto-resize memory allocation info window.
This commit is contained in:
parent
2f22776249
commit
06421cf5ca
@ -7908,7 +7908,7 @@ void View::DrawCallstackWindow()
|
||||
void View::DrawMemoryAllocWindow()
|
||||
{
|
||||
bool show = true;
|
||||
ImGui::Begin( "Memory allocation", &show );
|
||||
ImGui::Begin( "Memory allocation", &show, ImGuiWindowFlags_AlwaysAutoResize );
|
||||
|
||||
const auto& mem = m_worker.GetMemData();
|
||||
const auto& ev = mem.data[m_memoryAllocInfoWindow];
|
||||
|
Loading…
x
Reference in New Issue
Block a user