Skip to content

Commit

Permalink
Merge pull request #3461 from DomasM/develop
Browse files Browse the repository at this point in the history
Always update thumb position after drag
  • Loading branch information
punker76 committed Feb 22, 2019
2 parents b70546b + 45eae5a commit d1b8ead
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/MahApps.Metro/Controls/ToggleSwitchButton.cs
Expand Up @@ -221,10 +221,7 @@ void _DraggingThumb_DragCompleted(object sender, DragCompletedEventArgs e)
{
OnClick();
}
else
{
UpdateThumb();
}
UpdateThumb();
}
}

Expand Down

0 comments on commit d1b8ead

Please sign in to comment.