Browse Source

Merge branch 'feature/fluent-slider-template' of github.com:AvaloniaUI/Avalonia into feature/fluent-slider-template

feature/fluent-slider
Jumar Macato 6 years ago
parent
commit
6e700ca260
No known key found for this signature in database GPG Key ID: B19884DAC3A5BF3F
  1. 2
      src/Avalonia.Controls/TickBar.cs

2
src/Avalonia.Controls/TickBar.cs

@ -41,7 +41,7 @@ namespace Avalonia.Controls
/// <summary>
/// TickBar is an element that use for drawing Slider's Ticks.
/// </summary>
public class TickBar : TemplatedControl
public class TickBar : Control
{
static TickBar()
{

Loading…
Cancel
Save