Skip to content

Commit

Permalink
Merge pull request #336 from AvaloniaCommunity/fixCircleClockPicker
Browse files Browse the repository at this point in the history
Fix CircleClockPicker resizing, improve performance
  • Loading branch information
SKProCH committed Jan 8, 2024
2 parents b5dfa9a + 2d7b696 commit 6166e02
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 6166e02

Please sign in to comment.