Skip to content

Commit 00de4bc

Browse files
committed
Removed unneccesary callback registration EqualPanel constructor
1 parent 9924e89 commit 00de4bc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

components/Segmented/src/EqualPanel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ public Orientation Orientation
5959
public EqualPanel()
6060
{
6161
RegisterPropertyChangedCallback(HorizontalAlignmentProperty, OnAlignmentChanged);
62-
RegisterPropertyChangedCallback(VerticalAlignmentProperty, OnAlignmentChanged);
6362
}
6463

6564
/// <inheritdoc/>

0 commit comments

Comments
 (0)