diff --git a/src/Avalonia.Controls/Slider.cs b/src/Avalonia.Controls/Slider.cs index 17e8f51838..1c7d00628e 100644 --- a/src/Avalonia.Controls/Slider.cs +++ b/src/Avalonia.Controls/Slider.cs @@ -103,7 +103,7 @@ namespace Avalonia.Controls if (_track != null) { - _track.Thumb.IsHitTestVisible = true; + _track.Thumb.IsHitTestVisible = false; } if (_decreaseButton != null)