Skip to content

Commit 73737da

Browse files
authored
Merge pull request #880 from redstripes89/patch-1
Update ButtonProgressAssist.cs
2 parents 185a091 + 4c90f90 commit 73737da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/ButtonProgressAssist.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public static void SetIsIndicatorVisible(DependencyObject element, bool isIndica
9999

100100
public static bool GetIsIndicatorVisible(DependencyObject element)
101101
{
102-
return (bool)element.GetValue(IndicatorForegroundProperty);
102+
return (bool)element.GetValue(IsIndicatorVisibleProperty);
103103
}
104104
}
105105
}

0 commit comments

Comments
 (0)