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

Condense some more.

This commit is contained in:
Bartosz Taudul
2022-10-26 21:33:07 +02:00
parent fbf0d47c1c
commit 19e36f5e80
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -2346,18 +2346,18 @@ uint64_t SourceView::RenderSymbolAsmView( const AddrStatData& as, Worker& worker
}
ImGui::SameLine();
}
SmallCheckbox( ICON_FA_MAGNIFYING_GLASS_LOCATION " Relative loc.", &m_asmRelative );
SmallCheckbox( ICON_FA_MAGNIFYING_GLASS_LOCATION " Relative", &m_asmRelative );
if( !m_sourceFiles.empty() )
{
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();
SmallCheckbox( ICON_FA_FILE_IMPORT " Source loc.", &m_asmShowSourceLocation );
SmallCheckbox( ICON_FA_FILE_IMPORT " Source", &m_asmShowSourceLocation );
}
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();
SmallCheckbox( ICON_FA_GEARS " Machine code", &m_asmBytes );
SmallCheckbox( ICON_FA_GEARS " Raw code", &m_asmBytes );
ImGui::SameLine();
ImGui::Spacing();
ImGui::SameLine();