Skip to content

Commit

Permalink
Make it possible to create more than one property
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-johansson committed Jun 15, 2024
1 parent 7ca6a96 commit 51f1e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/core/src/tactile/core/ui/dock/property_dock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ void _push_property_table_context_menu_content(const Language& language,
{
if (const DisabledScope disable_if {prop_name != nullptr};
ImGui::Selectable(language.get(StringID::kCreateProperty))) {
dispatcher.push<ShowNewPropertyDialogEvent>(context_entity);
}

ImGui::Separator();
Expand Down

0 comments on commit 51f1e30

Please sign in to comment.