Skip to content

Commit

Permalink
fix (tables): Added missing curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
v-ein authored and hoffstadt committed Jan 11, 2024
1 parent 8991707 commit c9d6a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mvTables.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,10 @@ void mvTable::draw(ImDrawList* drawlist, float x, float y)
for (auto& row : childslots[1])
{
if (row->config.show)
{
row_renderer(row.get(), prev_themed_row.get());
prev_themed_row = row;
}
}
}
}
Expand Down

0 comments on commit c9d6a91

Please sign in to comment.