Skip to content

Commit

Permalink
Fix progress animation being applied to progress bar even when it is …
Browse files Browse the repository at this point in the history
…diabled
  • Loading branch information
benruehl committed Jan 1, 2019
1 parent 7ac25ff commit cb38977
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AdonisUI.ClassicTheme/DefaultStyles/ProgressBar.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@
</Trigger.EnterActions>
</Trigger>

<Trigger Property="IsEnabled" Value="False">
<Setter Property="Visibility" TargetName="HighlightEllipse" Value="Collapsed"/>
</Trigger>

</ControlTemplate.Triggers>

</ControlTemplate>
Expand Down

0 comments on commit cb38977

Please sign in to comment.