Skip to content

Commit

Permalink
Fix #624
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Dynamos committed Feb 24, 2024
1 parent 4b8f456 commit ac55dce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kivymd/uix/menu/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -1346,6 +1346,9 @@ def on_items(self, instance, value: list) -> None:
items.append(data)

self._items = items
# Update items in view
if hasattr(self, "menu"):
self.menu.data = self._items

def on_header_cls(
self, instance_dropdown_menu, instance_user_menu_header
Expand Down

0 comments on commit ac55dce

Please sign in to comment.