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:
parent
93195b6647
commit
245c6f9f01
@ -9173,7 +9173,9 @@ void View::DrawLockInfoWindow()
|
|||||||
|
|
||||||
bool visible = true;
|
bool visible = true;
|
||||||
ImGui::Begin( "Lock info", &visible, ImGuiWindowFlags_AlwaysAutoResize );
|
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 ) );
|
ImGui::Text( "Lock #%" PRIu32 ": %s", m_lockInfoWindow, m_worker.GetString( srcloc.function ) );
|
||||||
|
if( m_bigFont ) ImGui::PopFont();
|
||||||
TextDisabledUnformatted( "Location:" );
|
TextDisabledUnformatted( "Location:" );
|
||||||
if( m_lockInfoAnim.Match( m_lockInfoWindow ) )
|
if( m_lockInfoAnim.Match( m_lockInfoWindow ) )
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user