diff --git a/profiler/src/profiler/TracyView_Annotations.cpp b/profiler/src/profiler/TracyView_Annotations.cpp index 45711637..d6eb00bc 100644 --- a/profiler/src/profiler/TracyView_Annotations.cpp +++ b/profiler/src/profiler/TracyView_Annotations.cpp @@ -143,7 +143,7 @@ void View::DrawAnnotationList() } if( !ctrl ) TooltipIfHovered( "Press ctrl key to enable removal" ); ImGui::SameLine(); - ImGui::ColorButton( "c", ImGui::ColorConvertU32ToFloat4( ann->color ), ImGuiColorEditFlags_NoTooltip ); + ImGui::ColorButton( "c", ImGui::ColorConvertU32ToFloat4( ann->color | 0xFF000000 ), ImGuiColorEditFlags_NoTooltip ); ImGui::SameLine(); if( m_selectedAnnotation == ann.get() ) {