diff --git a/server/TracyView_Options.cpp b/server/TracyView_Options.cpp index 11a012c9..c3a7d34a 100644 --- a/server/TracyView_Options.cpp +++ b/server/TracyView_Options.cpp @@ -543,6 +543,8 @@ void View::DrawOptions() for( const auto& p : m_worker.GetPlots() ) { + SmallColorBox( GetPlotColor( p ) ); + ImGui::SameLine(); SmallCheckbox( GetPlotName( p ), &Vis( p ).visible ); ImGui::SameLine(); ImGui::TextDisabled( "%s data points", RealToString( p->data.size() ) );