mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Fix unknown source box style.
This commit is contained in:
parent
4607dca13b
commit
73be35ea98
@ -3594,7 +3594,9 @@ void SourceView::RenderAsmLine( AsmLine& line, const AddrStat& ipcnt, const Addr
|
||||
}
|
||||
else
|
||||
{
|
||||
SmallColorBox( 0 );
|
||||
ImGui::PushStyleVar( ImGuiStyleVar_FramePadding, ImVec2( 0, 0 ) );
|
||||
ImGui::ColorButton( "c1", ImVec4( 0.f, 0.f, 0.f, 1.f ), ImGuiColorEditFlags_NoTooltip | ImGuiColorEditFlags_NoDragDrop, ImVec2( ty - 3 * scale, ty - 3 * scale) );
|
||||
ImGui::PopStyleVar();
|
||||
ImGui::SameLine();
|
||||
startPos = ImGui::GetCursorScreenPos();
|
||||
TextDisabledUnformatted( "[unknown]" );
|
||||
|
Loading…
Reference in New Issue
Block a user