Skip to content

Commit

Permalink
Fix CircleClockPicker resizing, improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
SKProCH committed Jan 8, 2024
1 parent b5dfa9a commit 2d7b696
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Material.Styles/Controls/CircleClockPicker.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ protected override void OnPropertyChanged(AvaloniaPropertyChangedEventArgs chang
}

private void OnCanvasResize(AvaloniaPropertyChangedEventArgs obj) {
if (!ReferenceEquals(obj.Sender, _cellPanel))
return;

UpdateCellPanel();
AdjustPointer();
}
Expand Down

0 comments on commit 2d7b696

Please sign in to comment.