mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Provide small font height in TimelineContext.
This commit is contained in:
@@ -385,7 +385,7 @@ void View::DrawTimeline()
|
||||
}
|
||||
|
||||
const auto vcenter = verticallyCenterTimeline && drawMouseLine && m_viewMode == ViewMode::Paused;
|
||||
m_tc.End( pxns, wpos, hover, vcenter, yMin, yMax );
|
||||
m_tc.End( pxns, wpos, hover, vcenter, yMin, yMax, m_smallFont );
|
||||
ImGui::EndChild();
|
||||
|
||||
m_lockHighlight = m_nextLockHighlight;
|
||||
|
||||
Reference in New Issue
Block a user