mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-12 19:31:47 +00:00
Don't show inline options for instrumentation statistics.
This commit is contained in:
parent
dec5b851af
commit
f5f82a2bd5
@ -542,6 +542,8 @@ void View::DrawStatistics()
|
||||
}
|
||||
}
|
||||
|
||||
if( m_statMode == 1 )
|
||||
{
|
||||
ImGui::SameLine();
|
||||
ImGui::Spacing();
|
||||
ImGui::SameLine();
|
||||
@ -560,6 +562,7 @@ void View::DrawStatistics()
|
||||
ImGui::SameLine();
|
||||
ImGui::Checkbox( ICON_FA_LINK " Base relative", &m_relativeInlines );
|
||||
if( m_statSeparateInlines ) ImGui::EndDisabled();
|
||||
}
|
||||
|
||||
ImGui::Separator();
|
||||
ImGui::PopStyleVar();
|
||||
|
Loading…
Reference in New Issue
Block a user