diff --git a/server/TracyView.cpp b/server/TracyView.cpp index f875bc8f..432d6d2c 100644 --- a/server/TracyView.cpp +++ b/server/TracyView.cpp @@ -14168,6 +14168,12 @@ void View::DrawAnnotationList() { remove = idx; } + if( !ctrl && ImGui::IsItemHovered() ) + { + ImGui::BeginTooltip(); + ImGui::TextUnformatted( "Press ctrl key to enable removal" ); + ImGui::EndTooltip(); + } ImGui::SameLine(); ImGui::ColorButton( "c", ImGui::ColorConvertU32ToFloat4( ann->color ), ImGuiColorEditFlags_NoTooltip ); ImGui::SameLine();