1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Display frame count in frame type selection dropdown.

This commit is contained in:
Bartosz Taudul 2019-02-22 21:04:41 +01:00
parent ae53c8e6f0
commit 29fcddca0b

View File

@ -829,6 +829,8 @@ bool View::DrawImpl()
{ {
ImGui::SetItemDefaultFocus(); ImGui::SetItemDefaultFocus();
} }
ImGui::SameLine();
ImGui::TextDisabled( "(%s)", RealToString( fd->frames.size(), true ) );
} }
ImGui::EndCombo(); ImGui::EndCombo();
} }