chore: auto-commit (5 archivos)
- app.md - appicon.ico - extract_panel.cpp - main.cpp - views.cpp Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -978,6 +978,7 @@ void extract_panel_render(AppState& app) {
|
||||
// Tabla de entidades.
|
||||
if (!res->entities.empty() &&
|
||||
ImGui::CollapsingHeader("Entities", ImGuiTreeNodeFlags_DefaultOpen)) {
|
||||
// LAYOUT-TABLE — form editor con InputText/Checkbox editables inline; keep BeginTable inline.
|
||||
if (ImGui::BeginTable("##ents", 5,
|
||||
ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg |
|
||||
ImGuiTableFlags_ScrollY,
|
||||
@@ -1024,6 +1025,7 @@ void extract_panel_render(AppState& app) {
|
||||
// Tabla de relaciones.
|
||||
if (!res->relations.empty() &&
|
||||
ImGui::CollapsingHeader("Relations", ImGuiTreeNodeFlags_DefaultOpen)) {
|
||||
// LAYOUT-TABLE — form editor con Checkbox por fila; keep BeginTable inline.
|
||||
if (ImGui::BeginTable("##rels", 5,
|
||||
ImGuiTableFlags_Borders | ImGuiTableFlags_RowBg |
|
||||
ImGuiTableFlags_ScrollY,
|
||||
|
||||
Reference in New Issue
Block a user