1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Don't provide number of segments to generate in a circle.

This commit is contained in:
Bartosz Taudul 2021-11-20 01:46:34 +01:00
parent dd6a973fbe
commit 261721b8a3
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -4211,7 +4211,7 @@ void View::DrawSamples( const Vector<SampleData>& vec, bool hover, double pxns,
}
if( visible )
{
draw->AddCircleFilled( wpos + ImVec2( px0, ty0375 ), ty02, 0xFFDD8888, 7 );
draw->AddCircleFilled( wpos + ImVec2( px0, ty0375 ), ty02, 0xFFDD8888 );
if( !tooltipDisplayed && hover && ImGui::IsMouseHoveringRect( wpos + ImVec2( px0 - ty02 - 2, y0 ), wpos + ImVec2( px0 + ty02 + 1, y1 ) ) )
{
tooltipDisplayed = true;