mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-30 06:58:28 +00:00
Push big font to source view.
This commit is contained in:
@@ -1180,7 +1180,7 @@ void View::DrawTextEditor()
|
||||
ImGui::Begin( "Source view", &show, ImGuiWindowFlags_NoScrollbar );
|
||||
if( !ImGui::GetCurrentWindowRead()->SkipItems )
|
||||
{
|
||||
m_sourceView->UpdateFont( m_fixedFont, m_smallFont );
|
||||
m_sourceView->UpdateFont( m_fixedFont, m_smallFont, m_bigFont );
|
||||
m_sourceView->Render( m_worker, *this );
|
||||
}
|
||||
ImGui::End();
|
||||
|
||||
Reference in New Issue
Block a user