mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Use big font in lock info window.
This commit is contained in:
parent
93195b6647
commit
245c6f9f01
@ -9173,7 +9173,9 @@ void View::DrawLockInfoWindow()
|
||||
|
||||
bool visible = true;
|
||||
ImGui::Begin( "Lock info", &visible, ImGuiWindowFlags_AlwaysAutoResize );
|
||||
if( m_bigFont ) ImGui::PushFont( m_bigFont );
|
||||
ImGui::Text( "Lock #%" PRIu32 ": %s", m_lockInfoWindow, m_worker.GetString( srcloc.function ) );
|
||||
if( m_bigFont ) ImGui::PopFont();
|
||||
TextDisabledUnformatted( "Location:" );
|
||||
if( m_lockInfoAnim.Match( m_lockInfoWindow ) )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user