From bb02d0b0afa2e0edecfe31c22911e0cafb479aa8 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 16 Dec 2024 14:21:05 +0100 Subject: [PATCH] Add icon to external frames checkbox. --- profiler/src/profiler/TracyView_Callstack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiler/src/profiler/TracyView_Callstack.cpp b/profiler/src/profiler/TracyView_Callstack.cpp index 1f656add..9d50988d 100644 --- a/profiler/src/profiler/TracyView_Callstack.cpp +++ b/profiler/src/profiler/TracyView_Callstack.cpp @@ -107,7 +107,7 @@ void View::DrawCallstackTable( uint32_t callstack, bool globalEntriesButton ) ImGui::SameLine(); ImGui::Spacing(); ImGui::SameLine(); - SmallCheckbox( "External frames", &m_showExternalFrames ); + SmallCheckbox( ICON_FA_SHIELD_HALVED " External frames", &m_showExternalFrames ); ImGui::SameLine(); ImGui::Spacing(); ImGui::SameLine();