mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Don't use obsolete ImGui functionality.
This commit is contained in:
@@ -952,7 +952,7 @@ static void DrawContents()
|
||||
{
|
||||
memcpy( addr, str.c_str(), str.size() + 1 );
|
||||
}
|
||||
if( ImGui::IsItemHovered() && ImGui::IsKeyPressed( ImGui::GetKeyIndex( ImGuiKey_Delete ), false ) )
|
||||
if( ImGui::IsItemHovered() && ImGui::IsKeyPressed( ImGuiKey_Delete, false ) )
|
||||
{
|
||||
idxRemove = (int)i;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user