Skip to content

Commit

Permalink
added Enabled Checkbox to Inspector
Browse files Browse the repository at this point in the history
  • Loading branch information
rjwignar committed Nov 28, 2023
1 parent e31acc6 commit b4e0487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inspector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,7 @@ void DrawInspector() {
if (item_color != "") {
SetItemColor(item, item_color);
}
bool x = ImGui::Checkbox("Enabled", &item->_enabled);
}

auto trimmed_range = item->trimmed_range();
Expand Down

0 comments on commit b4e0487

Please sign in to comment.