diff --git a/server/TracyView.cpp b/server/TracyView.cpp index 9e8ea976..9421f1d7 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -5378,6 +5378,11 @@ void View::ListMemData( T ptr, T end, std::function DrawAddress, const m_memoryAllocInfoWindow = arrIdx; } } + if( ImGui::IsItemHovered() ) + { + m_memoryAllocHover = arrIdx; + m_memoryAllocHoverWait = 2; + } ImGui::NextColumn(); ImGui::Text( "%s", RealToString( v->size, true ) ); ImGui::NextColumn();