1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
This commit is contained in:
Bartosz Taudul 2019-10-09 22:33:02 +02:00
parent 0a358ac1f0
commit d4620b4157

View File

@ -6118,9 +6118,9 @@ void View::DrawZoneInfoWindow()
bool expand = ImGui::TreeNode( "Time distribution" );
if( expand )
{
ImGui::SameLine();
if( ctx )
{
ImGui::SameLine();
SmallCheckbox( "Running time", &m_timeDist.runningTime );
}
flat_hash_map<int16_t, ZoneTimeData, nohash<uint16_t>> data;