feat: replace old converters with new ones in Drawer and PathPicker.
This commit is contained in:
@@ -5,6 +5,7 @@ using Avalonia.Data.Converters;
|
||||
|
||||
namespace Ursa.Themes.Semi.Converters;
|
||||
|
||||
[Obsolete("This converter is deprecated. Use CornerRadiusMixerConverter instead.")]
|
||||
public class CornerRadiusTakeConverter: IValueConverter
|
||||
{
|
||||
private readonly Dock _dock;
|
||||
|
||||
@@ -5,6 +5,7 @@ using Avalonia.Data.Converters;
|
||||
|
||||
namespace Ursa.Themes.Semi.Converters;
|
||||
|
||||
[Obsolete("This converter is deprecated. Use ThicknessMixerConverter instead.")]
|
||||
public class ThicknessTakeConverter: IValueConverter
|
||||
{
|
||||
private readonly Dock _dock;
|
||||
|
||||
Reference in New Issue
Block a user