Formatting.
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
parent
665245bf7b
commit
db874d37be
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue