mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-12 13:28:33 +00:00
Removed old Console.WriteLine
This commit is contained in:
parent
2e9b3d59d6
commit
deaee707f1
@ -25,14 +25,8 @@ public class PinView : ReactiveUserControl<PinViewModel>
|
||||
_pinPoint = pinPoint;
|
||||
_pinPoint.PointerMoved += PinPointOnPointerMoved;
|
||||
_pinPoint.PointerReleased += PinPointOnPointerReleased;
|
||||
_pinPoint.PropertyChanged += PinPointOnPropertyChanged;
|
||||
}
|
||||
|
||||
private void PinPointOnPropertyChanged(object? sender, AvaloniaPropertyChangedEventArgs e)
|
||||
{
|
||||
Console.WriteLine(e);
|
||||
}
|
||||
|
||||
|
||||
private void PinPointOnPointerMoved(object? sender, PointerEventArgs e)
|
||||
{
|
||||
if (ViewModel == null || _container == null || _pinPoint == null)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user