mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Fix UI.
This commit is contained in:
parent
0a358ac1f0
commit
d4620b4157
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user