mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-27 00:04:35 +00:00
Round CPU data font height.
This commit is contained in:
parent
1e29d12819
commit
c62732804a
@ -4569,7 +4569,7 @@ int View::DrawCpuData( int offset, double pxns, const ImVec2& wpos, bool hover,
|
|||||||
}
|
}
|
||||||
|
|
||||||
ImGui::PushFont( m_smallFont );
|
ImGui::PushFont( m_smallFont );
|
||||||
const auto sty = ImGui::GetFontSize();
|
const auto sty = round( ImGui::GetFontSize() );
|
||||||
const auto sstep = sty + 1;
|
const auto sstep = sty + 1;
|
||||||
|
|
||||||
const auto origOffset = offset;
|
const auto origOffset = offset;
|
||||||
|
Loading…
Reference in New Issue
Block a user