mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Memory alloc range hover also works on allocation lists.
This commit is contained in:
parent
389e0facd3
commit
3c6baf53da
@ -5378,6 +5378,11 @@ void View::ListMemData( T ptr, T end, std::function<void(T&)> 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();
|
||||
|
Loading…
Reference in New Issue
Block a user