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:
parent
8fd019b474
commit
a518564006
@ -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 );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user