Skip to content

Commit ecc79f2

Browse files
Update components/GradientSlider/src/GradientSlider.cs
Co-authored-by: Michael Hawker MSFT (XAML Llama) <24302614+michael-hawker@users.noreply.github.com>
1 parent 3c8cfdc commit ecc79f2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/GradientSlider/src/GradientSlider.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,9 @@ private void RefreshThumbs()
105105
{
106106
ClearThumbs();
107107
foreach (var stop in GradientStops)
108+
{
108109
AddStop(stop);
110+
}
109111

110112
SyncBackground();
111113
}

0 commit comments

Comments
 (0)