mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +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…
Reference in New Issue
Block a user