1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

No extended font in no-extended-font path.

This commit is contained in:
Bartosz Taudul 2019-11-15 19:58:50 +01:00
parent 8fd019b474
commit a518564006

View File

@ -7784,7 +7784,7 @@ void View::DrawMessages()
#ifdef TRACY_EXTENDED_FONT
SmallCallstackButton( ICON_FA_ALIGN_JUSTIFY, cs, idx );
#else
SmallCallstackButton( ICON_FA_ALIGN_JUSTIFY " Show", cs, idx );
SmallCallstackButton( "Show", cs, idx );
#endif
ImGui::SameLine();
const auto& csdata = m_worker.GetCallstack( cs );