mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Reset cost selection when no samples.
This commit is contained in:
parent
8d52d2acfd
commit
90149641df
@ -1352,6 +1352,10 @@ void SourceView::RenderSymbolView( Worker& worker, View& view )
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
m_cost = 0;
|
||||
}
|
||||
|
||||
ImGui::PopStyleVar();
|
||||
ImGui::Separator();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user