Skip to content

Commit c627328

Browse files
committed
Round CPU data font height.
1 parent 1e29d12 commit c627328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎server/TracyView.cpp‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4569,7 +4569,7 @@ int View::DrawCpuData( int offset, double pxns, const ImVec2& wpos, bool hover,
45694569
}
45704570

45714571
ImGui::PushFont( m_smallFont );
4572-
const auto sty = ImGui::GetFontSize();
4572+
const auto sty = round( ImGui::GetFontSize() );
45734573
const auto sstep = sty + 1;
45744574

45754575
const auto origOffset = offset;

0 commit comments

Comments
 (0)