diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 7124bdc9..4f5b0aa0 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -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];