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:
parent
dd6a973fbe
commit
261721b8a3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user