Push big font to source view.

This commit is contained in:
Bartosz Taudul
2022-08-15 22:48:00 +02:00
parent d3cb8ccef2
commit fa0322f6b4
2 changed files with 3 additions and 2 deletions

View File

@@ -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();