Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Fix `opacity` value after `stop` method.
  • Loading branch information
HeaTTheatR committed Jan 4, 2024
1 parent 756bffd commit a6f8562
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kivymd/uix/progressindicator/progressindicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ def _create_indeterminate_animations(self):

def _set_default_value(self, interval):
self._x = 0
self.opacity = 1
self.value = 0
self.reversed = False

Expand Down

0 comments on commit a6f8562

Please sign in to comment.