Jumar Macato
6 years ago
No known key found for this signature in database
GPG Key ID: B19884DAC3A5BF3F
1 changed files with
1 additions and
1 deletions
-
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) |
|
|
|
|