Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Fixed the color of the triangle when creating the widget.
  • Loading branch information
HeaTTheatR committed Dec 4, 2023
1 parent 0fc99ad commit 69b971e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kivymd/uix/dropdownitem/dropdownitem.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def add_widget(self, widget, *args, **kwargs):
if isinstance(widget, MDDropDownItemText):
self._drop_down_text = widget
widget.bind(text=self.update_text_item)
Clock.schedule_once(lambda x: self.on_disabled(self, self.disabled))
else:
return super().add_widget(widget)

Expand Down

0 comments on commit 69b971e

Please sign in to comment.