Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HeaTTheatR committed Dec 4, 2023
1 parent b40c14f commit 0fc99ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dropdownitem.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def open_drop_item_menu(self, item):
self.drop_item_menu = MDDropdownMenu(
caller=item, items=menu_items, position="center"
)
self.drop_item_menu.open()
self.drop_item_menu.open()

def menu_callback(self, text_item):
self.root.ids.drop_text.text = text_item
Expand Down

0 comments on commit 0fc99ad

Please sign in to comment.