mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Use big font in lock info window.
This commit is contained in:
@@ -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 ) )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user