Formatting.

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2021-03-13 20:57:33 +00:00
parent 665245bf7b
commit db874d37be

View file

@ -279,6 +279,7 @@ namespace sa2
}
ImGui::TableNextRow();
ImGui::TableNextColumn();
ImGui::Selectable(buffer, false, ImGuiSelectableFlags_SpanAllColumns);
@ -287,6 +288,7 @@ namespace sa2
{
ImGui::TextUnformatted(pSymbol);
}
ImGui::TableNextColumn();
ImGui::TextUnformatted(line.sTarget);